[Lunar-commits] r17256 - in moonbase/trunk/kernel: linux-2.4 linux-2.4-agr linux-2.4-grsec linux-2.4-om linux-2.4-stable linux-2.4-vanilla

Auke Kok sofar at lunar-linux.org
Thu Nov 10 19:33:01 UTC 2005


Author: sofar
Date: 2005-11-10 19:32:53 +0000 (Thu, 10 Nov 2005)
New Revision: 17256

Modified:
   moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD
   moonbase/trunk/kernel/linux-2.4/PRE_BUILD
Log:
You should never use 'lvu' inside modules, always use internal functions.


Modified: moonbase/trunk/kernel/linux-2.4/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
+++ moonbase/trunk/kernel/linux-2.4/PRE_BUILD	2005-11-10 19:32:53 UTC (rev 17256)
@@ -17,7 +17,7 @@
 cd $SOURCE_DIRECTORY
 
 # Check wether we're running an up-to-date tar
-if [ `lvu installed tar | cut -d. -f2` -ge 15 ]; then
+if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else

Modified: moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
+++ moonbase/trunk/kernel/linux-2.4-agr/PRE_BUILD	2005-11-10 19:32:53 UTC (rev 17256)
@@ -17,7 +17,7 @@
 cd $SOURCE_DIRECTORY
 
 # Check wether we're running an up-to-date tar
-if [ `lvu installed tar | cut -d. -f2` -ge 15 ]; then
+if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else

Modified: moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
+++ moonbase/trunk/kernel/linux-2.4-grsec/PRE_BUILD	2005-11-10 19:32:53 UTC (rev 17256)
@@ -17,7 +17,7 @@
 cd $SOURCE_DIRECTORY
 
 # Check wether we're running an up-to-date tar
-if [ `lvu installed tar | cut -d. -f2` -ge 15 ]; then
+if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else

Modified: moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
+++ moonbase/trunk/kernel/linux-2.4-om/PRE_BUILD	2005-11-10 19:32:53 UTC (rev 17256)
@@ -17,7 +17,7 @@
 cd $SOURCE_DIRECTORY
 
 # Check wether we're running an up-to-date tar
-if [ `lvu installed tar | cut -d. -f2` -ge 15 ]; then
+if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else

Modified: moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
+++ moonbase/trunk/kernel/linux-2.4-stable/PRE_BUILD	2005-11-10 19:32:53 UTC (rev 17256)
@@ -17,7 +17,7 @@
 cd $SOURCE_DIRECTORY
 
 # Check wether we're running an up-to-date tar
-if [ `lvu installed tar | cut -d. -f2` -ge 15 ]; then
+if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else

Modified: moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD	2005-11-10 19:30:33 UTC (rev 17255)
+++ moonbase/trunk/kernel/linux-2.4-vanilla/PRE_BUILD	2005-11-10 19:32:53 UTC (rev 17256)
@@ -17,7 +17,7 @@
 cd $SOURCE_DIRECTORY
 
 # Check wether we're running an up-to-date tar
-if [ `lvu installed tar | cut -d. -f2` -ge 15 ]; then
+if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else



More information about the Lunar-commits mailing list