From d9edb48752eed7d97cecc483260aab858f165f1c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Jul 2017 14:39:01 +0300 Subject: Make use of wildcards in buildfiles --- buildfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index b0b2ee2..2ed54a0 100644 --- a/buildfile +++ b/buildfile @@ -2,6 +2,9 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +# Note that the project directories order is important (prerequisites goes +# first). +# d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/ i = \ @@ -13,13 +16,12 @@ BOOTSTRAP-MSVC \ BOOTSTRAP-UNIX \ BOOTSTRAP-WINDOWS -./: $d doc{$i README version} cli{$i} \ - file{build.sh build-msvc.bat build-mingw.bat manifest} +./: $d doc{$i README version} cli{$i} file{build.sh build-*} file{manifest} doc{version}: file{manifest} # Generated by the version module. doc{version}: dist = true # Don't install the BOOTSTRAP/INSTALL files. But UPGRADE could be useful. # -doc{INSTALL}@./: install = false +doc{INSTALL}@./: install = false doc{BOOTSTRAP-*}: install = false -- cgit v1.1