[Lunar-commits] CVS: moonbase/filesys/dosfstools BUILD,1.1,1.2

Florin Braescu florin at lunar-linux.org
Thu Feb 26 06:56:17 GMT 2004


Update of /var/cvs/lunar/moonbase/filesys/dosfstools
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8183

Modified Files:
	BUILD 
Log Message:
add the hardkrash pointed patch for 2.6 kernels. compiled and tested with gcc 3.3.3 and kernel 2.6.3

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/dosfstools/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	3 Jan 2004 21:45:31 -0000	1.1
+++ BUILD	26 Feb 2004 06:56:15 -0000	1.2
@@ -1,9 +1,11 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1
-  sedit "s/-O2 -fomit-frame-pointer/$CFLAGS/" Makefile
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1  &&
 
-  MAKE_OPTS="PREFIX=/usr  MANDIR=/usr/man/man8"
+  sedit "s/-O2 -fomit-frame-pointer/$CFLAGS/" Makefile &&
+
+  MAKE_OPTS="PREFIX=/usr  MANDIR=/usr/man/man8"  &&
 
   make  $MAKE_OPTS  &&
   prepare_install   &&



More information about the Lunar-commits mailing list