aboutsummaryrefslogtreecommitdiff
path: root/build2/file
diff options
context:
space:
mode:
Diffstat (limited to 'build2/file')
-rw-r--r--build2/file6
1 files changed, 4 insertions, 2 deletions
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);