summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in13
1 files changed, 4 insertions, 9 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 51b1ff6..d856828 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
- $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showTuple.sh
+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.%: