aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.deps
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-05-14 03:36:40 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-05-14 03:36:40 +0000
commit9263c5dab827c6ea9869ee57deb77220cbab7521 (patch)
tree1fe4b742462e124ba0a3788301a16180cfaaa2e5 /src/make.configuration.deps
parent479459caed50c5b4e810fb89467fc67ec7d8eff9 (diff)
Start Formaline in WRAGH instead of STARTUP; this is less trouble.
Remove the logic that delayed outputting the tarballs. Add code to collect the host names of all nodes of a run. This code is not active yet. Find out in which arrangements the compiled thorns are. Call the perl script gethostname.pl only after it has been copied to the scratch directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@79 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/make.configuration.deps')
-rw-r--r--src/make.configuration.deps4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index ada35c9..f8c0f11 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -41,8 +41,10 @@ $(TARBALL_DIR)/build-id.o: $(TARBALL_DIR)/build-id.c
$(CC) $(CFLAGS) -c -o $@ $^
# (force a new ID to be created every time)
+# (do this after the thorn's library has been build, so that the
+# script gethostname.pl has been copied to the scratch directory)
.PHONY: $(TARBALL_DIR)/build-id.c
-$(TARBALL_DIR)/build-id.c:
+$(TARBALL_DIR)/build-id.c: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CCTK_LIBNAME_PREFIX)Formaline$(LIBNAME_SUFFIX)
{ \
echo '/* This is an auto-generated file -- do not edit */'; \
hostname=`$(TARBALL_DIR)/gethostname.pl`; \