aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.deps
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-05-04 16:26:41 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-05-04 16:26:41 +0000
commit1c7e5345e2ce8e66d9ef191ad2f2e587734b50a5 (patch)
treea318b9d37737b7c0efe019efb768d328d471af99 /src/make.configuration.deps
parentcc2ee658d8cc0352da45788eb2fce0315e1cd49a (diff)
Use Perl instead of C for makeblob and makemetablob.
Begin coupling Formaline to thorn Announce. Create stamp files that record which build and which simulation was run in the output directory. Begin implementing talking to an RDF server. Determine the host name in Perl, which is more reliable. (It is complicated to find a good host name.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@75 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/make.configuration.deps')
-rw-r--r--src/make.configuration.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index ca933e4..ada35c9 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -45,7 +45,7 @@ $(TARBALL_DIR)/build-id.o: $(TARBALL_DIR)/build-id.c
$(TARBALL_DIR)/build-id.c:
{ \
echo '/* This is an auto-generated file -- do not edit */'; \
- hostname=`hostname`; \
+ hostname=`$(TARBALL_DIR)/gethostname.pl`; \
user="$$USER"; \
timestamp=`date +%Y%m%d-%H%M%S`; \
pid="$$$$"; \