diff options
-rw-r--r-- | ct-ng.in | 2 | ||||
-rwxr-xr-x | scripts/crosstool-NG.sh (renamed from scripts/crosstool.sh) | 0 | ||||
-rw-r--r-- | steps.mk | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -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 index dd1156f3..dd1156f3 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool-NG.sh @@ -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 |