diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-12-16 18:12:34 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-12-16 18:12:34 +0000 |
commit | 65bb3ac67c741c46aa27ccd98cb7930a2b731306 (patch) | |
tree | 34841a72e903ae6054e94c588a48d66fe0f9619c /ct-ng.in | |
parent | 79154260923bf6f20c7503c91f714ac2d1c7eb3b (diff) | |
download | crosstool-ng-65bb3ac67c741c46aa27ccd98cb7930a2b731306.tar.gz crosstool-ng-65bb3ac67c741c46aa27ccd98cb7930a2b731306.tar.bz2 crosstool-ng-65bb3ac67c741c46aa27ccd98cb7930a2b731306.zip |
Get rid of the tols/ directory:
- move config.guess and config.sub from tools/ into scripts/
- update the scripts and makefile fragments accordingly
/trunk/Makefile.in | 10 5 5 0 +++++-----
/trunk/scripts/functions | 16 8 8 0 ++++++++--------
/trunk/scripts/scripts.mk | 28 13 15 0 +++++++++++++---------------
/trunk/ct-ng.in | 4 2 2 0 ++--
4 files changed, 28 insertions(+), 30 deletions(-)
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ ifeq ($(strip $(origin V)),command line) endif # origin V export V SILENT ECHO -.FORCE: +.FORCE: $(FORCE) .PHONY: $(PHONY) PHONY += all all: help @@ -103,7 +103,7 @@ include $(CT_LIB_DIR)/config/config.mk include $(CT_LIB_DIR)/kconfig/kconfig.mk include $(CT_LIB_DIR)/steps.mk include $(CT_LIB_DIR)/samples/samples.mk -include $(CT_LIB_DIR)/tools/tools.mk +include $(CT_LIB_DIR)/scripts/scripts.mk help-distrib:: @echo ' tarball - Build a tarball of the configured toolchain' |