[SM-Commit] GIT changes to master grimoire by Eric Sandall (3f6ff8106591b94bff4d2c3e955260ef10b64ff1)

Eric Sandall scm at sourcemage.org
Thu Jan 7 16:17:33 EST 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 disk/udev/HISTORY   |    1 +
 disk/udev/PRE_BUILD |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 3f6ff8106591b94bff4d2c3e955260ef10b64ff1
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    udev: Change from "cannot build" to "will not build"
    
    We certainly could build udev with this feature enabled, but then your
    box may not work properly (may not even boot).

diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index df4de3f..c76be07 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,6 +1,7 @@
 2010-01-07 Eric Sandall <sandalle at sourcemage.org>
 	* PRE_BUILD: udev with extras requires CONFIG_SYSFS_DEPRECATED_V2 to be
 	  disabled in the kernel
+	  Change from "cannot build" to "will not build"
 	* SUB_DEPENDS, REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS: Add
 	  EXTRAS dependencies to SUB_DEPENDS as it is run after DEPENDS.
 	  list_find won't find the flag in DEPENDS if it wasn't set by the user.
diff --git a/disk/udev/PRE_BUILD b/disk/udev/PRE_BUILD
index 18bca71..04b876f 100755
--- a/disk/udev/PRE_BUILD
+++ b/disk/udev/PRE_BUILD
@@ -6,9 +6,9 @@ then
   if [[ $_UDEV_SYSFS_DEPRECATED == y ||
         $_UDEV_SYSFS_DEPRECATED == m ]]
   then
-    message "${PROBLEM_COLOR}You have CONFIG_SYSFS_DEPRECATED_V2"        \
-            "enabled in your kernel configuration, cannot build"     \
-            "${SPELL_COLOR}$SPELL${MESSAGE_COLOR}.${DEFAULT_COLOR}"  &&
+    message "${PROBLEM_COLOR}You have CONFIG_SYSFS_DEPRECATED_V2" \
+            "enabled in your kernel configuration, will not build" \
+            "${SPELL_COLOR}$SPELL${MESSAGE_COLOR}.${DEFAULT_COLOR}" &&
     return 1
   fi
 fi &&



More information about the SM-Commit mailing list