summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-23 14:58:31 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-23 14:58:31 +0000
commit4d6fb38922818d10a44ca9ce6bd3fc2fa7a9ebac (patch)
treeab44844a38387cf51641adba86284f7e9d2f2eb9 /Makefile
parent4133217f7e0e9c5d441f56a0ce6abce8f5b7c8d4 (diff)
Point out that gmake help exists
Report on the thorn list name used if THORNLIST is used git-svn-id: http://svn.cactuscode.org/flesh/trunk@1484 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4029f64f..353f229c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.80 2000-03-14 00:55:07 allen Exp $
+# @version $Id: Makefile,v 1.81 2000-03-23 14:58:31 allen Exp $
# @@*/
##################################################################################
@@ -208,9 +208,13 @@ ifeq ($(strip $(CONFIGURATIONS)),)
else
ifeq ($(words $(CONFIGURATIONS)), 1)
@echo Please use $(MAKE) $(CONFIGURATIONS)
+ @echo $(DIVIDER)
+ @echo \'$(MAKE) help\' lists all $(MAKE) options.
else
@echo Known configurations are: $(CONFIGURATIONS)
@echo Please use $(MAKE) \<configuration\>
+ @echo $(DIVIDER)
+ @echo \'$(MAKE) help\' lists all $(MAKE) options.
endif
endif
@echo $(DIVIDER)
@@ -771,6 +775,7 @@ downsize:
$(SETUP_ENV) $(PERL) -s $(SETUP) $(SETUP_OPTIONS) $@ ; \
if test -n "$(THORNLIST)" ; \
then \
+ echo Using ThornList $(THORNLIST_DIR)/$(THORNLIST) ; \
cp $(THORNLIST_DIR)/$(THORNLIST) $(CONFIGS_DIR)/$@/ThornList ; \
fi ; \
echo $(DIVIDER) ; \