summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-14 14:38:12 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-14 14:38:12 +0000
commitc7d0b620f252f4c3738d75c3f206f4358d38b591 (patch)
tree6aa666da0ff0c346b9f3df922ec0d2cecdb48afb /lib/make
parent8e2ce46e70c32b3e494ea1f1a566b2ab9b9a6e15 (diff)
Report the Cactus version at the top of the output of every gmake command where it
makes sense. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2359 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/make.configuration1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 1970aedf..375a1ee8 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -143,7 +143,6 @@ include $(CONFIG)/make.config.deps
# Rule to build the make.thornlist file from the ThornList file
$(CONFIG)/make.thornlist: $(TOP)/ThornList $(foreach lib, $(CCTK_HOME)/src $(THORNS:%=$(PACKAGE_DIR)/%), $(lib)/param.ccl $(lib)/interface.ccl $(lib)/schedule.ccl) $(CONFIG_THORNS:%=$(PACKAGE_DIR)/%/configuration.ccl)
- @echo $(DIVIDER)
if [ -r $@ ] ; then echo Reconfiguring thorns ; rm $@ ;\
else echo Processing CCL files ; fi
$(PERL) -s $(CST) -config_dir=$(CONFIG) -cctk_home=$(CCTK_HOME) -top=$(TOP) $<