From 46a95c974de475070d0eedb07212e5c5282b66bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Apr 2016 07:26:09 +0200 Subject: Implement --buildfile option, overrides default buildfile, supports '-' --- build2/file | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build2/file') diff --git a/build2/file b/build2/file index b198557..00ece85 100644 --- a/build2/file +++ b/build2/file @@ -49,11 +49,13 @@ namespace build2 dir_path find_out_root (const dir_path&, bool* src = nullptr); + // If buildfile is '-', then read from STDIN. + // void source (const path& buildfile, scope& root, scope& base); - // As above but first check if this buildfile has already been - // sourced for the base scope. + // As above but first check if this buildfile has already been sourced for + // the base scope. // void source_once (const path& buildfile, scope& root, scope& base); -- cgit v1.1