From c68acc11342c321f5b56db45e771bdf1d8e70668 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 17 Sep 2001 17:55:54 +0000 Subject: Don't print version information twice for gmake -rebuild git-svn-id: http://svn.cactuscode.org/flesh/trunk@2365 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 71f30bde..6eb5df38 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.120 2001-09-14 14:38:12 allen Exp $ +# @version $Id: Makefile,v 1.121 2001-09-17 17:55:54 allen Exp $ # @@*/ ################################################################################## @@ -226,7 +226,11 @@ endif # Target to build a configuration .PHONY: $(CONFIGURATIONS) -$(CONFIGURATIONS): int_version +$(CONFIGURATIONS): + if test "x${MAKELEVEL}" = "x0" ; then \ + echo $(DIVIDER);\ + echo "Cactus - version: $(CCTK_VERSION)"; \ + fi; \ cd $(CONFIGS_DIR)/$@ $(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$@ CCTK_HOME=$(CCTK_HOME) $(TPARFLAGS) -- cgit v1.2.3