summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-06-10 21:39:53 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-06-10 21:39:53 +0000
commite11a9ce616d42f8dda0188acbe27a548e0a93e19 (patch)
treeb0bbe633dea1875ba669b4dea3998fc45d64d080 /lib/make/known-architectures/linux
parentabb1c963a93bdf60dd82ce88953969e868bd02e8 (diff)
Replace "touch" with ": >", which uses the file server clock instead
of the clients, and thus can prevent some make problem if the file server clock is not synchronised git-svn-id: http://svn.cactuscode.org/flesh/trunk@4491 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/linux')
-rw-r--r--lib/make/known-architectures/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index c8d60acc..af16b4b8 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -103,7 +103,7 @@ else
LINUX_G77_USES_LIBG2C=
if test "$LINUX_F90_COMP" = 'gnu77' -o "$LINUX_F90_COMP" = 'pacific' ; then
- touch foo.f
+ : > foo.f
if test -n "`$F77 -v 2>&1 foo.f | grep collect | grep g2c`" ; then
LINUX_G77_USES_LIBG2C=yes
else