From: kanschat Date: Fri, 24 Nov 2006 06:48:30 +0000 (+0000) Subject: simplify id X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d96be2b801bbd90780cb70a5f14d238e2c8d95a0;p=dealii-svn.git simplify id git-svn-id: https://svn.dealii.org/trunk@14212 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 94201ca5f2..3198b4e10d 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -18,8 +18,7 @@ verbose = off PLATFORM = $(TARGET)+$(GXX-VERSION:intel_%=%) PLATFORM-HIERARCHY = $(shell $(PERL) ../hierarchy.pl $(PLATFORM)) -ID = "deal" -ID +="@"`hostname` +ID = `id -un`"@"`hostname` ############################################################ # First how to create executables, including all necessary