summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-17 18:04:25 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-17 18:04:25 +0000
commit2d3263ac23a7ed841fd4b1ae09ee787f6892c2d0 (patch)
treea2959b85e5483d3ec706168352c31140f653208e /Makefile
parentc68acc11342c321f5b56db45e771bdf1d8e70668 (diff)
Add configuration name to standard build
Cactus/787 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2366 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6eb5df38..3cc9535a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.121 2001-09-17 17:55:54 allen Exp $
+# @version $Id: Makefile,v 1.122 2001-09-17 18:04:25 allen Exp $
# @@*/
##################################################################################
@@ -230,6 +230,7 @@ $(CONFIGURATIONS):
if test "x${MAKELEVEL}" = "x0" ; then \
echo $(DIVIDER);\
echo "Cactus - version: $(CCTK_VERSION)"; \
+ echo "Building configuration $@"; \
fi; \
cd $(CONFIGS_DIR)/$@
$(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$@ CCTK_HOME=$(CCTK_HOME) $(TPARFLAGS)
@@ -530,7 +531,7 @@ ifneq ($strip($(CONFIGURATIONS)),)
.PHONY: $(addsuffix -rebuild,$(CONFIGURATIONS))
$(addsuffix -rebuild,$(CONFIGURATIONS)): int_version
- @echo Rebuilding $(@:%-rebuild=%)
+ @echo Rebuilding configuration $(@:%-rebuild=%)
if [ -r $(CONFIGS_DIR)/$(@:%-rebuild=%)/config-data/make.thornlist ] ; then rm $(CONFIGS_DIR)/$(@:%-rebuild=%)/config-data/make.thornlist ; fi
$(MAKE) $(@:%-rebuild=%)
endif