[Lunar-commits] r15287 - moonbase/trunk/zbeta/oprofile

Florin Braescu florin at lunar-linux.org
Wed Jun 8 03:53:07 UTC 2005


Author: florin
Date: 2005-06-08 03:53:06 +0000 (Wed, 08 Jun 2005)
New Revision: 15287

Modified:
   moonbase/trunk/zbeta/oprofile/BUILD
   moonbase/trunk/zbeta/oprofile/DETAILS
Log:
bump the version to 0.9.


Modified: moonbase/trunk/zbeta/oprofile/BUILD
===================================================================
--- moonbase/trunk/zbeta/oprofile/BUILD	2005-06-07 21:25:14 UTC (rev 15286)
+++ moonbase/trunk/zbeta/oprofile/BUILD	2005-06-08 03:53:06 UTC (rev 15287)
@@ -1,14 +1,15 @@
 (
 
-if module_installed linux-beta || module_installed linux-2.6 ; then
-  KO="--with-kernel-support"
-else
-  KO="--with-linux=/usr/src/linux"
-fi
+  if module_installed linux-beta || module_installed linux-2.6 ; then
+    KO="--with-kernel-support"
+  else
+    KO="--with-linux=/usr/src/linux"
+  fi
 
-./configure --prefix=/usr \
-            $KO           &&
+  ./configure --prefix=/usr \
+              $OPTS         \
+              $KO          &&
 
-default_make
+  default_make
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/zbeta/oprofile/DETAILS
===================================================================
--- moonbase/trunk/zbeta/oprofile/DETAILS	2005-06-07 21:25:14 UTC (rev 15286)
+++ moonbase/trunk/zbeta/oprofile/DETAILS	2005-06-08 03:53:06 UTC (rev 15287)
@@ -1,12 +1,12 @@
           MODULE=oprofile
-         VERSION=0.8.2
+         VERSION=0.9
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:f22937ad6ebb0c60f26a9c799537d7acbf9992ae
+      SOURCE_VFY=sha1:59e85599fc91e474028919c1281abc7d85473eb7
         WEB_SITE=http://oprofile.sourceforge.net
          ENTERED=20030920
          UPDATED=20050325
-           SHORT="OProfile is a system-wide profiler for Linux systems, capable of profiling all running code at low overhead."
+           SHORT="OProfile is a system-wide profiler for Linux."
 
 cat << EOF
 OProfile is a system-wide profiler for Linux systems, capable of 



More information about the Lunar-commits mailing list