tools/Makefile
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 17 22:24:42 2007 +0000 (2007-04-17)
changeset 41 fd6ad5721f77
parent 1 eeea35fbf182
child 63 89b41dbffe8d
permissions -rw-r--r--
Add the EXPERIMENTAL option to show options marked as such.
Add the four types of toolchains ct-ng is able to build as EXPERIMENTAL, except for CROSS which *is* functional.
Reorder menus accordingly.
     1 CONFIG_SUB_SRC="http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.sub"
     2 CONFIG_SUB_DEST="$(CT_TOP_DIR)/tools/config.sub"
     3 CONFIG_GUESS_SRC="http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.guess"
     4 CONFIG_GUESS_DEST="$(CT_TOP_DIR)/tools/config.guess"
     5 
     6 updatetools:
     7 	@wget "$(CONFIG_SUB_SRC)" -O "$(CONFIG_SUB_DEST)"
     8 	@wget "$(CONFIG_GUESS_SRC)" -O "$(CONFIG_GUESS_DEST)"
     9 
    10 help::
    11 	@echo  '  updatetools    - Update the config tools'