From 7bab271c2b988a8feb0e2aed226fbe563bdc674f Mon Sep 17 00:00:00 2001 From: sbrandt Date: Tue, 18 Feb 2014 15:21:56 +0000 Subject: Trigger the CCT when a cakernel.ccl file is modified. git-svn-id: http://svn.cactuscode.org/flesh/trunk@5085 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/make.configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/make/make.configuration b/lib/make/make.configuration index 663a23d4..97368a19 100644 --- a/lib/make/make.configuration +++ b/lib/make/make.configuration @@ -231,7 +231,7 @@ include $(CONFIG)/make.config.deps 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) $(CCTK_HOME)/src/configuration.ccl $(CONFIG_THORNS:%=$(PACKAGE_DIR)/%/configuration.ccl) $(CCTK_HOME)/lib/make/force-rebuild +$(CONFIG)/make.thornlist: $(TOP)/ThornList $(foreach lib, $(CCTK_HOME)/src $(THORNS:%=$(PACKAGE_DIR)/%), $(lib)/param.ccl $(lib)/interface.ccl $(lib)/schedule.ccl) $(wildcard $(PACKAGE_DIR)/*/*/cakernel.ccl) $(CCTK_HOME)/src/configuration.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 +$(PERL) -s $(CST) -config_dir=$(CONFIG) -cctk_home=$(CCTK_HOME) -top=$(TOP) $< -- cgit v1.2.3