automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automake 1.7 branch & DJGPP [PATCH]


From: Alexandre Duret-Lutz
Subject: Re: automake 1.7 branch & DJGPP [PATCH]
Date: Tue, 11 Feb 2003 00:58:08 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]

 adl> I edited this part slightly as follows.  Let me know if I broke
 adl> something else.

What a bummer.

Index: bootstrap
===================================================================
RCS file: /cvs/automake/automake/bootstrap,v
retrieving revision 1.5
diff -u -r1.5 bootstrap
--- bootstrap   10 Feb 2003 23:33:49 -0000      1.5
+++ bootstrap   10 Feb 2003 23:53:32 -0000
@@ -75,7 +75,7 @@
 rm -rf aclocal-$APIVERSION
 mkdir aclocal-$APIVERSION
 rm -rf automake-$APIVERSION
-ln -s lib automake-$APIVERSION || {
+ln -s lib automake-$APIVERSION >/dev/null 2>&1 || {
   mkdir automake-$APIVERSION
   cp -arf lib/* automake-$APIVERSION
 }
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]