From 420f3fdd250fa970a6f5749becc973190c8c399d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 18 Jan 2009 17:45:10 +0000 Subject: [PATCH] Rename scripts/crosstool.sh to scripts/crosstool-NG.sh. After all, this is not crosstool, but really crosstool-NG! /trunk/steps.mk | 2 1 1 0 +- /trunk/ct-ng.in | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- ct-ng.in | 2 +- scripts/{crosstool.sh => crosstool-NG.sh} | 0 steps.mk | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{crosstool.sh => crosstool-NG.sh} (100%) diff --git a/ct-ng.in b/ct-ng.in index eef85d1b..5e234c12 100644 --- a/ct-ng.in +++ b/ct-ng.in @@ -118,7 +118,7 @@ help-env:: # Actual build build: .config - $(SILENT)$(CT_LIB_DIR)/scripts/crosstool.sh + $(SILENT)$(CT_LIB_DIR)/scripts/crosstool-NG.sh build.%: $(SILENT)$(MAKE) -rf $(CT_NG) $(shell echo "$(@)" |sed -r -e 's|^([^.]+)\.([[:digit:]]+)$$|\1 CT_JOBS=\2|;') diff --git a/scripts/crosstool.sh b/scripts/crosstool-NG.sh similarity index 100% rename from scripts/crosstool.sh rename to scripts/crosstool-NG.sh diff --git a/steps.mk b/steps.mk index 34622f33..efe5e75b 100644 --- a/steps.mk +++ b/steps.mk @@ -34,7 +34,7 @@ CT_STEPS := libc_check_config \ tools \ debug \ -# Make the list available to sub-processes (scripts/crosstool.sh needs it) +# Make the list available to sub-processes (scripts/crosstool-NG.sh needs it) export CT_STEPS # Print the steps list