[Lunar-commits] r24434 - moonbase/trunk/utils/wine

Terry Chan tchan at lunar-linux.org
Tue May 15 18:41:13 CEST 2007


Author: tchan
Date: 2007-05-15 18:41:13 +0200 (Tue, 15 May 2007)
New Revision: 24434

Modified:
   moonbase/trunk/utils/wine/BUILD
Log:
Forgot to commit my BUILD script changes to wine.


Modified: moonbase/trunk/utils/wine/BUILD
===================================================================
--- moonbase/trunk/utils/wine/BUILD	2007-05-15 16:40:30 UTC (rev 24433)
+++ moonbase/trunk/utils/wine/BUILD	2007-05-15 16:41:13 UTC (rev 24434)
@@ -1,9 +1,6 @@
 (
 
   bad_flags "-z combreloc"
-  CF=$CFLAGS  &&
-  unset CFLAGS CXXFLAGS  &&
-
   ./configure --build=i686-pc-linux-gnu  \
               --prefix=/usr              \
 	      --sysconfdir=/etc          \
@@ -11,10 +8,6 @@
 	      --infodir=/usr/share/info  \
 	      --mandir=/usr/share/man   &&
 
-  find . -type f -name 'Makefile' -print | while read i ; do
-    sedit "s:^CFLAGS    = -g -O2 -Wall -mpreferred-stack-boundary=2 \$(EXTRACFLAGS):CFLAGS    = -g -Wall $CF \$(EXTRACFLAGS):" $i
-  done  &&
-
   make depend  &&
   default_make
 



More information about the Lunar-commits mailing list