Change 28560 by [EMAIL PROTECTED] on 2006/07/13 06:50:55

        Relink to use temp file forced on current dir in mpeix
        Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
        From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
        Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/mpeix/relink#8 edit

Differences ...

==== //depot/perl/mpeix/relink#8 (xtext) ====
Index: perl/mpeix/relink
--- perl/mpeix/relink#7~22258~  2004-02-01 09:40:02.000000000 -0800
+++ perl/mpeix/relink   2006-07-12 23:50:55.000000000 -0700
@@ -14,7 +14,7 @@
 
 echo "Creating $RAND.sl...\n"
 
-TEMP=perlmpe.$$
+TEMP=./perlmpe.$$
 
 rm -f $TEMP $RAND.a $RAND.sl
 
End of Patch.

Reply via email to