summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-14 06:18:50 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-20 02:08:29 (GMT)
commitc0cc73cd6f3040ea08dc09384aa289540b3fb2a2 (patch)
tree415dbea164535bf79bea8414a8548b23430e49e9 /Makefile.in
parentdc3f68c8a5501fd745d079d724da389ea05566f8 (diff)
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 <stilor@att.net>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4fb85bb..8d629c9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,7 +157,7 @@ uninstall: real-uninstall
build-bin: $(PROG_NAME) \
scripts/crosstool-NG.sh \
scripts/saveSample.sh \
- scripts/showTuple.sh
+ scripts/showConfig.sh
@chmod 755 $^
build-lib: config/configure.in \
@@ -262,8 +262,8 @@ clean-bin:
@rm -f scripts/crosstool-NG.sh
@echo " RM 'scripts/saveSample.sh'"
@rm -f scripts/saveSample.sh
- @echo " RM 'scripts/showTuple.sh'"
- @rm -f scripts/showTuple.sh
+ @echo " RM 'scripts/showConfig.sh'"
+ @rm -f scripts/showConfig.sh
clean-lib:
@echo " RM 'paths'"