|
 2.1.42
 Makefile
diff -u --recursive --new-file v2.1.41/linux/Makefile linux/Makefile
--- v2.1.41/linux/Makefile Wed May 28 10:51:31 1997
+++ linux/Makefile Thu May 29 12:26:21 1997
@@ -1,8 +1,8 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 41
+SUBLEVEL = 42
-ARCH := $(shell uname -m | sed s/i.86/i386/ | sed s/sun4u/sparc64/)
+ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
#
# For SMP kernels, set this. We don't want to have this in the config file
|