tools/Makefile
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Apr 15 16:45:11 2007 +0000 (2007-04-15)
changeset 39 af42eec9d383
parent 1 eeea35fbf182
child 63 89b41dbffe8d
permissions -rw-r--r--
Update to latest kconfig from linux-2.6.20.7.
I'm not sure of the improvements, but at least we're up-to-date, and updating in the future will be easier.
     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'