CVS: moonbase/utils/modutils BUILD,1.3,1.4 DETAILS,1.7,1.8
Terry Chan
tchan at lunar-linux.org
Mon Aug 25 22:54:54 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/modutils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19467
Modified Files:
BUILD DETAILS
Log Message:
Changed the configure flags to enable-insmod-static. This is in preparation
for mkinitrd eventually being added to moonbase, which requires
/sbin/insmod-static. Touched the UPDATED field to force this to be rebuilt.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/modutils/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 4 Apr 2003 21:07:42 -0000 1.3
+++ BUILD 25 Aug 2003 22:54:52 -0000 1.4
@@ -3,6 +3,7 @@
bad_flags -malign-double
./configure --build=$BUILD \
+ --enable-insmod-static \
--mandir=/usr/share/man &&
default_make &&
install -m0700 $SCRIPT_DIRECTORY/init.d/modutils /etc/init.d &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/modutils/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 29 Mar 2003 23:55:48 -0000 1.7
+++ DETAILS 25 Aug 2003 22:54:52 -0000 1.8
@@ -7,7 +7,7 @@
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/kernel/$MODULE/v2.4/$SOURCE
WEB_SITE=unknown
ENTERED=20010922
- UPDATED=20030329
+ UPDATED=20030825
SHORT="modutils contains utilities essential for a modular Linux kernel."
cat << EOF
The modutils package contains utilities that are intended to make a
More information about the Lunar-commits
mailing list