Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3f6ff8106591b94bff4d2c3e955260ef10b64ff1)
  • Date: Thu, 7 Jan 2010 15:17:33 -0600

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 &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3f6ff8106591b94bff4d2c3e955260ef10b64ff1), Eric Sandall, 01/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page