[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (a61bfc9aa17c7467e76422603ac2b0c2510038bc)

Juuso Alasuutari scm at mail.sourcemage.org
Tue Feb 13 08:10:15 EST 2007


GIT changes to master grimoire by Juuso Alasuutari <iuso at sourcemage.org>:

 kernels/hotplug/HISTORY   |    3 +++
 kernels/hotplug/PRE_BUILD |    4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit a61bfc9aa17c7467e76422603ac2b0c2510038bc
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    hotplug: duh! had forgotten default_pre_build when i added a PRE_BUILD

diff --git a/kernels/hotplug/HISTORY b/kernels/hotplug/HISTORY
index 48570b8..d9d1ed2 100644
--- a/kernels/hotplug/HISTORY
+++ b/kernels/hotplug/HISTORY
@@ -1,3 +1,6 @@
+2007-02-13 Juuso Alasuutari <iuso at sourcemage.org>
+	* PRE_BUILD: Added missing default_pre_build.
+
 2007-01-21 Juuso Alasuutari <iuso at sourcemage.org>
 	* PRE_BUILD: Added, abort if udev > 092 is installed (bug #13417).
 
diff --git a/kernels/hotplug/PRE_BUILD b/kernels/hotplug/PRE_BUILD
index dc20895..68be658 100755
--- a/kernels/hotplug/PRE_BUILD
+++ b/kernels/hotplug/PRE_BUILD
@@ -6,4 +6,6 @@ then
            "and hotplug is deprecated in favor of new\nudev"  \
            "versions, aborting.$DEFAULT_COLOR"                &&
   return 1
-fi
+fi  &&
+
+default_pre_build



More information about the SM-Commit mailing list