From 3c35eda773d393ee9b694ac3c03e1da00a075dde Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 6 May 2013 19:01:25 +0100 Subject: [PATCH] Put xxxxxx at the end of the pattern argument to mktemp, so that it works on freebsd and os x. Copied from Perforce Change: 181562 ServerID: perforce.ravenbrook.com --- mps/code/comm.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/comm.gmk b/mps/code/comm.gmk index 63facd0b6e5..11b54b902ab 100644 --- a/mps/code/comm.gmk +++ b/mps/code/comm.gmk @@ -239,7 +239,7 @@ TESTCASES=abqtest amcss amcsshe amcssth amsss amssshe apss arenacv awlut \ messtest mpmss mpsicv poolncv qs sacss segsmss steptest \ walkt0 testrun: $(TESTCASES) - OUTPUT=$$(mktemp /tmp/mps-XXXXXX.log); \ + OUTPUT=$$(mktemp /tmp/mps.log.XXXXXX); \ echo "Logging test output to $$OUTPUT"; \ $(^:%=(TESTCASE=$(PFM)/$(VARIETY)/%; \ echo "\n\n-- Running $$TESTCASE at $$(date) --" >> $$OUTPUT && \