[Lunar-commits] CVS: moonbase/devel/metakit BUILD,1.2,1.3

Florin Braescu florin at lunar-linux.org
Sat Jul 31 10:19:21 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/metakit
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11471

Modified Files:
	BUILD 
Log Message:
fix the BUILD file.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/metakit/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	2 Aug 2003 06:11:35 -0000	1.2
+++ BUILD	31 Jul 2004 10:19:19 -0000	1.3
@@ -1,20 +1,17 @@
 (
- #protect from ccache
- unset CC CXX                                    &&
- cd builds &&
-sedit 's/python2.2/python2.3/' ../unix/configure &&
-sedit 's/python2.2/python2.3/' ../unix/configure.in &&
-sedit 's/LONG_LONG/PY_LONG_LONG/' ../python/scxx/* &&
-sedit 's/LONG_LONG/PY_LONG_LONG/' ../python/* &&
- ../unix/configure  --prefix=/usr                 \
-                    --sysconfdir=/etc             \
-                    --localstatedir=/var          \
-                    --mandir=/usr/share/man       \
-                   $OPTS                         &&
+# protect from ccache
+  unset CC CXX  &&
 
- make              &&
- prepare_install   &&
- make install
+  sedit 's/python2.2/python2.3/' unix/configure     &&
+  sedit 's/python2.2/python2.3/' unix/configure.in  &&
+
+  unix/configure  --prefix=/usr            \
+                  --sysconfdir=/etc        \
+                  --localstatedir=/var     \
+                  --mandir=/usr/share/man  \
+                  $OPTS                   &&
+
+ default_make
 
 ) > $C_FIFO 2>&1
 



More information about the Lunar-commits mailing list