From 74e9f36a1477ff44ed06d92e488df3821984e12e Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 20 Apr 2005 18:27:32 +0000 Subject: [PATCH] Don't use dnsdomainname, since that doesn't work in Heidelberg, and in Texas hostname already outputs the entire domain. git-svn-id: https://svn.dealii.org/trunk@10539 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 5663a385fa..8548efa670 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -208,7 +208,7 @@ build-test: echo AUTOMATED DEAL.II BUILD TEST | tee build-test-log echo BEGIN HEADER `date -u '+%Y-%m-%d %T'` | tee -a build-test-log echo USER=$(USER) | tee -a build-test-log - echo HOST=`hostname`.`dnsdomainname` | tee -a build-test-log + echo HOST=`hostname` | tee -a build-test-log echo BUILDTESTFLAGS=$(BUILDTESTFLAGS) | tee -a build-test-log echo BUILDTESTNOTE=$(BUILDTESTNOTE) | tee -a build-test-log (./configure $(BUILDTESTFLAGS) 2>&1) > build-test-config -- 2.39.5