summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
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 /lib/make/make.configuration
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 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 94268a2e..9c6b0a51 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -206,6 +206,8 @@ include $(CONFIG)/make.config.deps
# Rule to build the make.thornlist file from the ThornList file
+rebuild: $(CONFIG)/make.thornlist
+
$(CONFIG)/make.thornlist: $(TOP)/ThornList $(foreach lib, $(CCTK_HOME)/src $(THORNS:%=$(PACKAGE_DIR)/%), $(lib)/param.ccl $(lib)/interface.ccl $(lib)/schedule.ccl) $(CONFIG_THORNS:%=$(PACKAGE_DIR)/%/configuration.ccl) $(CCTK_HOME)/lib/make/force-rebuild
if [ -r $@ ] ; then echo Reconfiguring thorns ; rm $@ ;\
else echo Processing CCL files ; fi