From eaaa82bd9c1e24a83dcea3857f5fd75d0dfb6de5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Mar 2015 13:21:18 +0200 Subject: New consolidated load/match/build loop --- build/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 246e2f6..6752a6e 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,4 +1,6 @@ +cxx = cxx/{target rule} +config = config/{operation module} + exe{b1}: cxx{b algorithm parser lexer name operation spec scope variable \ target prerequisite rule module native context search diagnostics \ - config/module cxx/target cxx/rule process timestamp path utility \ - filesystem dump} + process timestamp path utility filesystem dump $config $cxx} -- cgit v1.1