From f0c834ed57ef3afbbed2a4baacbab19fe6e7a6fd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 Mar 2017 16:02:45 +0200 Subject: Rework build2 cli compilation --- migrate/buildfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'migrate') diff --git a/migrate/buildfile b/migrate/buildfile index 72d7f2e..6b2ddd1 100644 --- a/migrate/buildfile +++ b/migrate/buildfile @@ -15,15 +15,15 @@ exe{brep-migrate}: \ # Generated options parser. # -{hxx ixx cxx}{migrate-options}: cli{migrate} - if $cli.configured { + cli.cxx{migrate-options}: cli{migrate} + cli.options += -I $src_root --include-with-brackets --include-prefix migrate \ --guard-prefix MIGRATE --generate-specifier --page-usage print_ --ansi-color \ --long-usage -} -# Include generated cli files into the distribution. -# -{hxx ixx cxx}{migrate-options}: dist = true + # Include generated cli files into the distribution. + # + cli.cxx{migrate-options}: dist = true +} -- cgit v1.1