summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-14 02:07:21 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-20 02:08:29 (GMT)
commit955f5bc0b8a879ba5d1b9a65a31cc235c9fd9be8 (patch)
tree25765a1f5961a0cc2580a0bbd4a0c50aeef3fd18 /ct-ng.in
parentc0cc73cd6f3040ea08dc09384aa289540b3fb2a2 (diff)
Get rid of .config.2.
Now handled by CT_LoadConfig. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in11
1 files changed, 3 insertions, 8 deletions
diff --git a/ct-ng.in b/ct-ng.in
index bc63bc8..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
+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.%: