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

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

Advertisement

Kernel v2.3.46 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 2.3.45  2.3.44  2.3.43  2.3.42  2.3.41  2.3.40 
(Following) 2.3.47  2.3.48  2.3.49  2.3.50  2.3.51  2.3.52 

Location
[  2.3.46
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.45/linux/Makefile linux/Makefile
--- v2.3.45/linux/Makefile   Sun Feb 13 19:29:03 2000
+++ linux/Makefile   Tue Feb 15 11:37:33 2000
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 45
+SUBLEVEL = 46
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -405,6 +405,7 @@
    if [ -f PCMCIA_MODULES ]; then inst_mod PCMCIA_MODULES pcmcia; fi; \
    if [ -f PCMCIA_NET_MODULES ]; then inst_mod PCMCIA_NET_MODULES pcmcia; fi; \
    if [ -f PCMCIA_CHAR_MODULES ]; then inst_mod PCMCIA_CHAR_MODULES pcmcia; fi; \
+   if [ -f PCMCIA_SCSI_MODULES ]; then inst_mod PCMCIA_SCSI_MODULES pcmcia; fi; \
    \
    ls -1 -U *.o | sort > $$MODLIB/.allmods; \
    echo $$MODULES | tr ' ' '\n' | sort | comm -23 $$MODLIB/.allmods - > $$MODLIB/.misc; \


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