This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Minor cleanup patch


On Tue, 22 September 1998, 18:20:54, law@cygnus.com wrote:

 > 
 > I have installed this minor cleanup patch.  Basically this patch
 > forces us to always build the target libraries in the $(target_alias)
 > subdir.
 > 

Just nitpicking:

1998-09-29  Manfred Hollstein  <manfred@s-direktnet.de>

	* configure.in (target_subdir): Remove duplicate line.

diff -rup -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-19980929.orig/configure.in egcs-19980929/configure.in
--- egcs-19980929.orig/configure.in	Mon Sep 28 13:14:10 1998
+++ egcs-19980929/configure.in	Tue Sep 29 14:53:04 1998
@@ -372,8 +372,7 @@ fi	
 # We always want to use the same name for this directory, so that dejagnu
 # can reliably find it.
 target_subdir=${target_alias}
-  
-target_subdir=${target_alias}
+
 if [ ! -d ${target_subdir} ] ; then
   if mkdir ${target_subdir} ; then true
   else


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]