summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-13 17:22:44 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-13 17:22:44 +0000
commitb7d73f8884bf0569ec220277a85e66a8454ead76 (patch)
tree6ff09ecef7d2f33e9c95955b0b62a524f64dedab /Makefile
parentdcbabde6d5bcb1bc5f5f1116d7117b02a111d369 (diff)
Output the dividers during the build stage after each step instead before,
so that they are printed before make checks the dependencies, which can take quite some time. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3429 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cad4c47..84deffe9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.144 2003-07-20 11:08:39 jthorn Exp $
+# @version $Id: Makefile,v 1.145 2003-10-13 17:22:43 schnetter Exp $
# @@*/
##################################################################################
@@ -236,6 +236,7 @@ $(CONFIGURATIONS):
echo $(DIVIDER);\
echo "Cactus - version: $(CCTK_VERSION)"; \
echo "Building configuration $@"; \
+ echo $(DIVIDER);\
fi; \
cd $(CONFIGS_DIR)/$@
$(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$@ CCTK_HOME=$(CCTK_HOME) $(TPARFLAGS)