From 955f5bc0b8a879ba5d1b9a65a31cc235c9fd9be8 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 13 Dec 2016 18:07:21 -0800 Subject: Get rid of .config.2. Now handled by CT_LoadConfig. Signed-off-by: Alexey Neyman --- ct-ng.in | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'ct-ng.in') diff --git a/ct-ng.in b/ct-ng.in index bc63bc8e..d856828f 100644 --- a/ct-ng.in +++ b/ct-ng.in @@ -136,19 +136,14 @@ help-env:: @echo "or configure an existing sample." @false -.config.2: .config - $(SILENT)$(sed) -r -e 's/^([^=]+_ARRAY)="(.*)"$$/\1=( \2 )/;' \ - -e '/^[^=]+_ARRAY=/s/\\(.)/\1/g;' \ - $< >$@ - -show-tuple: .config.2 +show-tuple: .config $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showConfig.sh '$${CT_TARGET}' # Actual build -source: .config.2 +source: .config $(SILENT)CT_SOURCE=y $(CT_LIB_DIR)/scripts/crosstool-NG.sh -build: .config.2 +build: .config $(SILENT)$(CT_LIB_DIR)/scripts/crosstool-NG.sh build.%: -- cgit v1.2.3