From ed93f8450b92579dd639ae25361fa650613a5b7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 21 Jul 2018 11:09:14 +0200 Subject: Redo manifest parsing using bash co-process facility --- libbutl/buildfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libbutl/buildfile') 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} -- cgit v1.1