tools/Makefile
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jun 17 16:24:23 2007 +0000 (2007-06-17)
changeset 176 59676cfb4ada
parent 63 89b41dbffe8d
child 182 223c84ec2d90
permissions -rw-r--r--
Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable).
     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-distrib::
    11 	@echo  '  updatetools    - Update the config tools'