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(-)
This commit is contained in:
Yann E. MORIN" 2009-01-18 17:45:10 +00:00
parent 9305713521
commit 420f3fdd25
3 changed files with 2 additions and 2 deletions

View File

@ -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|;')

View File

@ -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