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

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

Advertisement

Kernel v2.2.21 /Makefile

Filename:/Makefile
Lines Added:6
Lines Deleted:3
Also changed in: (Previous) 2.2.21rc4  2.2.21rc3  2.2.21rc2  2.2.21rc1  2.2.21pre4  2.2.21pre3 
(Following) 2.2.22rc1  2.2.22rc2  2.2.22rc3  2.2.22  2.2.23-rc1  2.2.23-rc2 

Location
[  2.2.21
   o  Makefile

Patch

diff -u --new-file --recursive v2.2.20/Makefile linux/Makefile
--- v2.2.20/Makefile   Mon May 20 16:09:49 2002
+++ linux/Makefile   Mon May 20 16:32:34 2002
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 2
-SUBLEVEL = 20
-EXTRAVERSION =
+SUBLEVEL = 21
+EXTRAVERSION = 
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
 
@@ -170,7 +170,7 @@
 DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
 endif
 
-ifdef CONFIG_POWERMAC
+ifdef CONFIG_PPC
 DRIVERS := $(DRIVERS) drivers/macintosh/macintosh.o
 endif
 
@@ -445,6 +445,9 @@
 #   set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i fastdep ;done
 # let this be made through the fastdep rule in Rules.make
    $(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS)) _FASTDEP_ALL_SUB_DIRS="$(SUBDIRS)"
+ifdef CONFIG_MODVERSIONS
+   $(MAKE) update-modverfile
+endif
 
 MODVERFILE :=
 


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