[Lunar-commits] r14565 - moonbase/trunk/kernel/linux-2.6

Moritz Heiber moe at lunar-linux.org
Sun May 1 19:57:47 UTC 2005


Author: moe
Date: 2005-05-01 19:57:47 +0000 (Sun, 01 May 2005)
New Revision: 14565

Modified:
   moonbase/trunk/kernel/linux-2.6/DETAILS
   moonbase/trunk/kernel/linux-2.6/PRE_BUILD
Log:
I wonder why sofar keeps moving these two to places
where nobody actually catches them.


Modified: moonbase/trunk/kernel/linux-2.6/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6/DETAILS	2005-05-01 15:18:58 UTC (rev 14564)
+++ moonbase/trunk/kernel/linux-2.6/DETAILS	2005-05-01 19:57:47 UTC (rev 14565)
@@ -14,8 +14,9 @@
          ENTERED=20041019
          UPDATED=20050423
            SHORT="The Linux kernel is the core of a Linux GNU Operating System."
-KEEP_SOURCE=on
-TMPFS=off
+     KEEP_SOURCE=on
+           TMPFS=off
+
 cat << EOF
 This is the stable version of the 2.6.x branch.
 

Modified: moonbase/trunk/kernel/linux-2.6/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.6/PRE_BUILD	2005-05-01 15:18:58 UTC (rev 14564)
+++ moonbase/trunk/kernel/linux-2.6/PRE_BUILD	2005-05-01 19:57:47 UTC (rev 14565)
@@ -16,7 +16,7 @@
   tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \
   --no-same-permissions --strip-components=1
 else
-  echo "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
+  message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module"
   exit 1
 fi
 



More information about the Lunar-commits mailing list