summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-05-21 20:58:16 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-05-21 20:58:16 +0000
commitd7d16dc1fb7e65a7eefbb4bcbae6fdf3aef5755d (patch)
tree21fbbb00a593eb566018528e97a569cafb3dccb1 /Makefile
parent37a2773bd47aa054ca37e5a9851db5daed5332ca (diff)
Build a configuration in two steps: First create make.thornlib, then
build all thorns. This seems to make "make" honour the "-j" options when building the thorns. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4420 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 82b82fba..846810d1 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.174 2006-06-06 15:25:39 rideout Exp $
+# @version $Id: Makefile,v 1.175 2007-05-21 20:58:15 schnetter Exp $
# @@*/
##################################################################################
@@ -272,6 +272,7 @@ $(CONFIGURATIONS):
echo "Building configuration $@"; \
echo $(DIVIDER);\
fi
+ $(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$@ CCTK_HOME=$(CCTK_HOME) $(TPARFLAGS) rebuild
$(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$@ CCTK_HOME=$(CCTK_HOME) $(TPARFLAGS)
# Clean target