discuss-gnustep
[Top][All Lists]
Advanced

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

patch for compile-all


From: David Relson
Subject: patch for compile-all
Date: Wed, 20 Feb 2002 09:14:26 -0500

Greetings,

Looking at the compile-all script, I noticed inconsistent CC specifications. The patch below corrects this.

David

--- compile-all.orig    Mon Feb 11 23:52:58 2002
+++ compile-all Wed Feb 20 09:12:09 2002
@@ -48,17 +48,17 @@
 . $prefix/System/Makefiles/GNUstep.sh

 cd ../base
-CC=$COMPILER ./configure --prefix=$prefix
+CC=$CC ./configure --prefix=$prefix
 $MAKE
 $MAKE install

 cd ../gui
-CC=$COMPILER ./configure --prefix=$prefix
+CC=$CC ./configure --prefix=$prefix
 $MAKE
 $MAKE install

 cd ../xgps
-$CC ./configure --prefix=$prefix
+CC=$CC ./configure --prefix=$prefix
 $MAKE
 $MAKE install

--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
relson@osagesoftware.com       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800




reply via email to

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