[Lunar-commits] CVS: moonbase/filesys/submount BUILD,1.1,1.2
Florin Braescu
florin at lunar-linux.org
Sat Feb 21 21:55:48 GMT 2004
Update of /var/cvs/lunar/moonbase/filesys/submount
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19642
Modified Files:
BUILD
Log Message:
added a worning message. the module compile and works only on 2.6.x linux kerrnels. it does not compile on 2.4.x ones.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/submount/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 21 Feb 2004 16:04:58 -0000 1.1
+++ BUILD 21 Feb 2004 21:55:46 -0000 1.2
@@ -1,8 +1,14 @@
(
- cd subfs-$VERSION &&
- default_make &&
- cd ../submountd-$VERSION &&
- ./configure $OPTS &&
- default_make
+ message " ${PROBLEM_COLOR}Warning! ${DEFAULT_COLOR}This module compiles and must be installed only on 2.6.x kernels."
+
+ prepare_install &&
+ cd subfs-$VERSION &&
+ make &&
+ make install &&
+
+ cd ../submountd-$VERSION &&
+ ./configure $OPTS &&
+ make &&
+ make install
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list