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


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"




More information about the Lunar-commits mailing list