diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-20 13:01:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-20 13:01:46 +0200 |
commit | a82cdb8fd9ba02034d296769772cdf81244da66a (patch) | |
tree | 2cd5fb0211984716780ce5fad18c19d7c4d9a794 /build/buildfile | |
parent | c775a7f28a56ef96f097e677434eceec9d8f2cdf (diff) |
Automatically decide when to print relative/absolute paths
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildfile b/build/buildfile index 35b4434..b3dfb4a 100644 --- a/build/buildfile +++ b/build/buildfile @@ -2,8 +2,8 @@ cxx = cxx/{target rule module} config = config/{operation module} exe{b b-prev}: cxx{b algorithm name operation spec scope variable target \ - prerequisite rule file module native context search diagnostics \ - token lexer parser process timestamp path utility filesystem dump \ + prerequisite rule file module native context search diagnostics token \ + lexer parser process timestamp path path-io utility filesystem dump \ options $config $cxx} .: exe{b b-prev} |