From c0cc73cd6f3040ea08dc09384aa289540b3fb2a2 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 13 Dec 2016 22:18:50 -0800 Subject: Install canadian crosses into a separate subdir. Makes them sorted out by host, and removes the need for similar hack in samples.mk. Change how canadian crosses are named: using `=' character resulted in Glibc build failure. Move loading config into a common function, CT_LoadConfig. Signed-off-by: Alexey Neyman --- ct-ng.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ct-ng.in') diff --git a/ct-ng.in b/ct-ng.in index 51b1ff62..bc63bc8e 100644 --- a/ct-ng.in +++ b/ct-ng.in @@ -142,7 +142,7 @@ help-env:: $< >$@ show-tuple: .config.2 - $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showTuple.sh + $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showConfig.sh '$${CT_TARGET}' # Actual build source: .config.2 -- cgit v1.2.3