summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-08 10:23:45 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-08 10:23:45 +0000
commitbae9d0a317a491285ecc902cc2a480bbb97f2a70 (patch)
treed6b888a1e93a77e5d94df6825509d4a6ebe038e7 /Makefile
parentde131d94890e17f528f14869b62bc46329ed538f (diff)
Added help for the <config>-configinfo target.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3901 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 28181d54..bdd2cae6 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.163 2004-11-04 15:23:08 jthorn Exp $
+# @version $Id: Makefile,v 1.164 2004-11-08 10:23:45 tradke Exp $
# @@*/
##################################################################################
@@ -357,7 +357,9 @@ else
@echo " the configuration)."
@echo " -cleandeps : to clean a configuration's dependency files."
@echo " -cleanobjs : to clean a configuration's object files."
- @echo " -config : to configure a configuration."
+ @echo " -config : to create a new configuration or reconfigure an existing one"
+ @echo " (overwrites previous configuration options)."
+ @echo " -configinfo : to display the configuration options for a configuration."
@echo " -delete : to delete a configuration."
@echo " -editthorns : edits the ThornList file."
@echo " -realclean : to restore a configuration to almost a new state."
@@ -366,7 +368,7 @@ else
@echo " -rebuild : to rebuild a configuration."
@echo " (forces the CST to be rerun)."
@echo " -reconfig : to reconfigure an existing configuration"
- @echo " using the same configuration options."
+ @echo " using its previous configuration options."
@echo " -utils : to build a configuration's utility programs."
@echo " -testsuite : run the test program."
@echo " -thornlist : regenerates the ThornList file."