CVS: moonbase/zbeta/oprofile BUILD,1.1,1.2
xoritor at lunar-linux.org
xoritor at lunar-linux.org
Sun Sep 21 19:18:58 GMT 2003
- Previous message: CVS: moonbase/web/PostNuke BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1
- Next message: CVS: moonbase/chat/xchat BUILD,1.8,1.9 DETAILS,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/zbeta/oprofile
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31318
Modified Files:
BUILD
Log Message:
Making the oprofile module more "lunar specific" by using module_installed instead of `uname -r`
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/oprofile/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 20 Sep 2003 18:45:32 -0000 1.1
+++ BUILD 21 Sep 2003 19:18:56 -0000 1.2
@@ -1,6 +1,6 @@
(
-if [[ `uname -r` > 2.5 ]]; then
+if module_installed linux-beta ; then
KO="--with-kernel-support"
else
KO="--with-linux=/usr/src/linux"
- Previous message: CVS: moonbase/web/PostNuke BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1
- Next message: CVS: moonbase/chat/xchat BUILD,1.8,1.9 DETAILS,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list