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

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

Kernel v2.3.38 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.3.37  2.3.36  2.3.35  2.3.34  2.3.33  2.3.32 
(Following) 2.3.39  2.3.40  2.3.41  2.3.42  2.3.43  2.3.44 

Location
[  2.3.38
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.37/linux/Makefile linux/Makefile
--- v2.3.37/linux/Makefile   Thu Jan  6 12:57:47 2000
+++ linux/Makefile   Fri Jan  7 17:03:11 2000
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 37
+SUBLEVEL = 38
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -401,7 +401,7 @@
    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; \
    \
-   ls *.o > $$MODLIB/.allmods; \
+   ls -1 -U *.o | sort > $$MODLIB/.allmods; \
    echo $$MODULES | tr ' ' '\n' | sort | comm -23 $$MODLIB/.allmods - > $$MODLIB/.misc; \
    if [ -s $$MODLIB/.misc ]; then inst_mod $$MODLIB/.misc misc; fi; \
    rm -f $$MODLIB/.misc $$MODLIB/.allmods; \


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