Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.1.42 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.1.41  2.1.40  2.1.39  2.1.38  2.1.37  2.1.36 
(Following) 2.1.43  2.1.44  2.1.45  2.1.46  2.1.47  2.1.48 

Location
[  2.1.42
   o  Makefile

Patch

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


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.