From f96979cec2ce79a69f8fb80039edf461ca2275e5 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 1 Sep 2011 17:35:07 +0000 Subject: Jian Tao: let gmake newthorn create configuration.ccl git-svn-id: http://svn.cactuscode.org/flesh/trunk@4723 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/new_thorn.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/make') 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"; -- cgit v1.2.3