[Lunar-commits] CVS: moonbase/devel/gcvs BUILD,1.3,1.4

Auke Kok sofar at lunar-linux.org
Wed Apr 6 14:48:46 UTC 2005


Update of /var/cvs/lunar/moonbase/devel/gcvs
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/devel/gcvs

Modified Files:
	BUILD 
Log Message:
Make the private gcvs cvs install under /usr/lib/gcvs so it doesn't conflict with the cvs binary from module cvs itself. no idea how to set the location of the gcvs cvs by default. this program really blows.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/gcvs/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	27 Apr 2004 18:45:43 -0000	1.3
+++ BUILD	6 Apr 2005 14:48:43 -0000	1.4
@@ -1,25 +1,11 @@
 (
 
+  bad_flags ALL &&
   patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
-  # Mad l33t hacks! ./configure passes CFLAGS/CXXFLAGS as command line switches o_O
-  # configure dont like that!
-
-  mv cvsunix/configure cvsunix/configure.wrapper	&&
-  touch cvsunix/configure				&&
-  chmod 755 cvsunix/configure				&&
-  cat << EOF > cvsunix/configure			&&
-#!/bin/bash
-
-for fnord in \$*; do
-  ARGS="\$ARGS\`echo ' '\$fnord| grep -- '^ --'\`"
-done
-
-./configure.wrapper \$ARGS
-
-exit \$?
-EOF
-
-  default_build
+  default_config &&
+  cd cvsunix &&
+  ./configure --prefix=/usr/lib/gcvs &&
+  cd .. &&
+  default_make
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list