diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-18 17:45:10 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-18 17:45:10 +0000 |
commit | 420f3fdd250fa970a6f5749becc973190c8c399d (patch) | |
tree | 8c81ddf50d6304f89be09ceee0c6718b5c4fde25 /ct-ng.in | |
parent | 93057135214ac7136ef85d10bcd0f42215bc9586 (diff) | |
download | crosstool-ng-420f3fdd250fa970a6f5749becc973190c8c399d.tar.gz crosstool-ng-420f3fdd250fa970a6f5749becc973190c8c399d.tar.bz2 crosstool-ng-420f3fdd250fa970a6f5749becc973190c8c399d.zip |
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(-)
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 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|;') |