diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 11:09:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 11:14:52 +0200 |
commit | ed93f8450b92579dd639ae25361fa650613a5b7e (patch) | |
tree | c43b07d3d7723034fcbdbdf8e5ae805b6c361309 /libbutl/buildfile | |
parent | 357172f4409c74d7a2ac963290fc70c7ae10e3b1 (diff) |
Redo manifest parsing using bash co-process facility
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r-- | libbutl/buildfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile index 6509396..cd2643e 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -2,4 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: bash{manifest-parser} +./: bash{$path.base($path.base(*.bash.in))} + +bash{utility}: in{utility} +bash{manifest-parser}: in{manifest-parser} bash{utility} |