[Lunar-commits] CVS: moonbase/zbeta/oprofile BUILD,1.2,1.3

Florin Braescu florin at lunar-linux.org
Wed Oct 20 18:22:56 UTC 2004


Update of /var/cvs/lunar/moonbase/zbeta/oprofile
In directory espresso.foo-projects.org:/tmp/cvs-serv28379/zbeta/oprofile

Modified Files:
	BUILD 
Log Message:
add linux-2.6.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/oprofile/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	21 Sep 2003 19:18:56 -0000	1.2
+++ BUILD	20 Oct 2004 18:22:54 -0000	1.3
@@ -1,6 +1,6 @@
 (
 
-if module_installed linux-beta ; then
+if module_installed linux-beta || module_installed linux-2.6 ; then
   KO="--with-kernel-support"
 else
   KO="--with-linux=/usr/src/linux"
@@ -9,8 +9,6 @@
 ./configure --prefix=/usr \
             $KO           &&
 
-make                      &&
-prepare_install           &&
-make install
+default_make
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list