summaryrefslogtreecommitdiff
path: root/lib/make/force-rebuild
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-09-04 16:16:29 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-09-04 16:16:29 +0000
commit5c8f0a37ad12be8b721fa36a1874e0d44b313882 (patch)
treeb2ada8a4189464e635abd8e4443bd97f867addc5 /lib/make/force-rebuild
parent9229f7d079fb8ee4f43306911838f5262abc44bf (diff)
Parse information in thorns' configuration.ccl files.
So far only the "REQUIRES THORNS: <list of thorns>" attribute is evaluated and checked that (1) all required thorns are in the ThornList to be compiled and (2) activated at runtime. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3393 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/force-rebuild')
-rw-r--r--lib/make/force-rebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/make/force-rebuild b/lib/make/force-rebuild
index 3681fd4b..81d69185 100644
--- a/lib/make/force-rebuild
+++ b/lib/make/force-rebuild
@@ -5,10 +5,11 @@
# @desc
# Timestamp file for forcing rebuilds of configurations
# @enddesc
-# @version $Id: force-rebuild,v 1.3 2003-07-31 15:48:27 jthorn Exp $
+# @version $Id: force-rebuild,v 1.4 2003-09-04 16:16:29 tradke Exp $
# @@*/
6 March 2003: minor changes to CreateFunctionBindings.pl
31 July 2003: Protect the function prototype for
CCTK_IsFunctionAliased against C++.
(Changes from Ian).
+4 September 2003: Parse information in thorns' configuration.ccl files