summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-01 17:35:07 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-01 17:35:07 +0000
commitf96979cec2ce79a69f8fb80039edf461ca2275e5 (patch)
treeabe6bf8d8fe9f7187abcad89de44cddf2a898bd5 /lib
parent9c047db7abdad733d2f009946bd83c9f08a6a7c1 (diff)
Jian Tao: let gmake newthorn create configuration.ccl
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4723 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rwxr-xr-xlib/make/new_thorn.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/make/new_thorn.pl b/lib/make/new_thorn.pl
index db2c9ea6..2c024923 100755
--- a/lib/make/new_thorn.pl
+++ b/lib/make/new_thorn.pl
@@ -94,6 +94,12 @@ print OUT "# Schedule definitions for thorn $thorn_name\n";
close OUT;
+open(OUT, ">configuration.ccl") || die "Cannot create configuration.ccl";
+
+print OUT "# Configuration definitions for thorn $thorn_name\n";
+
+close OUT;
+
open(OUT, ">README") || die "Cannot create README";
print OUT "Cactus Code Thorn $thorn_name\n";