From b7d73f8884bf0569ec220277a85e66a8454ead76 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 13 Oct 2003 17:22:44 +0000 Subject: 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3