New commits:
commit 862e6b0ea855c7de771afe4d677de0bc137757ab
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
linux added reiser4 for 2.6.18 and smgl-logo for 2.6.19
commit 960e4f6aa6ee1812c5c1624921a2a741cec6feb9
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
linux updated realtime patches
commit 7e33f8ff6ddb175b3ce55af9452b290b8f5feb0c
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
changed if KMODE isn't set by the time prebuild happens error out instead
of doing anything, also changed output of the conflicting patches to be more
verbose
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index da8e426..901d8f3 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,15 @@
+2006-12-21 David Brown <dmlb2000 AT gmail.com>
+ * latest.defaults: updated latest to patch-2.6.19-rt9
+ * info/patches/realtime_patches/patch-2.6.19-rt9: added
+ * info/patches/realtime_patches/patch-2.6.20-rc1-rt3: added
+ * info/patches/reiser4_patches/reiser4-for-2.6.18-3.patch: added
+ * info/patches/smgl_patches/smgl-logo-0.2-for-2.6.15.patch: updated to
+ work with 2.6.19
+
+2006-12-21 David Brown <dmlb2000 AT gmail.com>
+ * PRE_BUILD: if KMODE isn't set by this point error out
+ * liblinux: output wether there are conflicts or not
+
2006-12-16 David Brown <dmlb2000 AT gmail.com>
* latest.defaults: updated latest to 2.6.20-rc1-mm1
* info/patches/mm_patches/2.6.20-rc1-mm1: added
diff --git a/kernels/linux/PRE_BUILD b/kernels/linux/PRE_BUILD
index 14a877f..2b06dbb 100755
--- a/kernels/linux/PRE_BUILD
+++ b/kernels/linux/PRE_BUILD
@@ -44,8 +44,9 @@ case "$KMODE" in
fi
;;
*)
- message "${PROBLEM_COLOR}Ah ${KMODE} isn't set properly going to
newktree${DEFAULT_COLOR}"
- KMODE="newktree"
+ message "${PROBLEM_COLOR}Ah (KMODE) ${KMODE} isn't set
properly${DEFAULT_COLOR}"
+ message "${PROBLEM_COLOR}Fix this by editing
/usr/src/linux-$(installed_version linux)/.spell-config.p${DEFAULT_COLOR}"
+ return 1
;;
esac