ct-ng.in
branch1.12
changeset 2636 d53c6d529923
parent 2339 730e2d63296b
child 2621 00853d565edf
     1.1 --- a/ct-ng.in	Sun Mar 20 00:02:21 2011 +0100
     1.2 +++ b/ct-ng.in	Mon Aug 22 09:41:35 2011 +0200
     1.3 @@ -135,11 +135,16 @@
     1.4  	@echo "or configure an existing sample."
     1.5  	@false
     1.6  
     1.7 -show-tuple: .config
     1.8 +.config.2: .config
     1.9 +	$(SILENT)$(sed) -r -e 's/^([^=]+_ARRAY)="(.*)"$$/\1=( \2 )/;'   \
    1.10 +	                   -e '/^[^=]+_ARRAY=/s/\\(.)/\1/g;'            \
    1.11 +	                $< >$@
    1.12 +
    1.13 +show-tuple: .config.2
    1.14  	$(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showTuple.sh
    1.15  
    1.16  # Actual build
    1.17 -build: .config
    1.18 +build: .config.2
    1.19  	$(SILENT)$(CT_LIB_DIR)/scripts/crosstool-NG.sh
    1.20  
    1.21  build.%: