diff -r 730e2d63296b -r 90595d1c1017 ct-ng.in --- a/ct-ng.in Sun Mar 20 00:02:21 2011 +0100 +++ b/ct-ng.in Thu May 19 22:29:49 2011 +0200 @@ -135,11 +135,16 @@ @echo "or configure an existing sample." @false -show-tuple: .config +.config.2: .config + $(SILENT)$(sed) -r -e 's/^([^=]+_ARRAY)="(.*)"$$/\1=( \2 )/;' \ + -e '/^[^=]+_ARRAY=/s/\\(.)/\1/g;' \ + $< >$@ + +show-tuple: .config.2 $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showTuple.sh # Actual build -build: .config +build: .config.2 $(SILENT)$(CT_LIB_DIR)/scripts/crosstool-NG.sh build.%: