Ksymoops included in Makefile - patch (fwd)

Trevor Johnson (trevor@jpj.net)
Mon, 20 Apr 1998 06:30:20 -0700 (PDT)


I notice this patch hasn't made it into the official 2.0 or 2.1 kernels.
___
Trevor Johnson

---------- Forwarded message ----------
Date: Fri, 4 Apr 1997 17:59:33 +0200
From: Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
To: linux-kernel@vger.rutgers.edu
Subject: Ksymoops included in Makefile - patch

Hi!

I think that when ksymoops is present in current kernel tree, there
should be also way to make it. Here it is:

Pavel

--- linux.backup/Makefile Tue Mar 11 21:03:09 1997
+++ linux/Makefile Fri Apr 4 10:33:39 1997
@@ -218,6 +218,9 @@
$(TOPDIR)/include/linux/version.h: include/linux/version.h
$(TOPDIR)/include/linux/compile.h: include/linux/compile.h

+ksymoops:
+ $(MAKE) -C scripts ksymoops
+
newversion:
@if [ ! -f .version ]; then \
echo 1 > .version; \
diff -ur linux.backup/scripts/Makefile linux/scripts/Makefile
--- linux.backup/scripts/Makefile Fri Jun 7 10:58:11 1996
+++ linux/scripts/Makefile Tue Apr 1 13:22:33 1997
@@ -2,6 +2,11 @@
HEADER=header.tk
TAIL=tail.tk

+# Ksymoops - to compile error-parsing program
+#
+ksymoops:
+ g++ ksymoops.cc -I /usr/include/g++/ -o ksymoops
+
# We allow the Makefile in drivers/sound to decide when to rebuild its
# files, rather than trying to second-guess it like we did before.
#

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu