From 9190569b69e34468841b18b33c98f78e66a3d26e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Nov 2018 11:03:04 +0200 Subject: Add config.hxx.in config header, move stage status there --- build2/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 1609ea4..ce9f7d7 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -7,10 +7,11 @@ import libs += libpkgconf%lib{pkgconf} exe{b}: cxx{b} libue{b} -libue{b}: {hxx ixx txx cxx}{** -b -b-options -version} \ - {hxx ixx cxx}{b-options} {hxx}{version} \ +libue{b}: {hxx ixx txx cxx}{** -b -b-options -config -version} \ + {hxx ixx cxx}{b-options} {hxx}{config version} \ $libs +hxx{config}: in{config} hxx{version}: in{version} $src_root/manifest # Pass our compiler target to be used as build2 host. -- cgit v1.1