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

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

Advertisement

Kernel v2.1.105 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 2.1.104  2.1.103  2.1.102  2.1.101  2.1.100  2.1.99 
(Following) 2.1.106  2.1.107  2.1.108  2.1.109  2.1.110  2.1.111 

Location
[  2.1.105
   o  Makefile

Patch

diff -u --recursive --new-file v2.1.104/linux/Makefile linux/Makefile
--- v2.1.104/linux/Makefile   Sun Jun  7 11:16:26 1998
+++ linux/Makefile   Sun Jun  7 10:41:28 1998
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 1
-SUBLEVEL = 104
+SUBLEVEL = 105
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
 
@@ -318,6 +318,7 @@
    if [ -f NLS_MODULES   ]; then inst_mod NLS_MODULES   fs;    fi; \
    if [ -f CDROM_MODULES ]; then inst_mod CDROM_MODULES cdrom; fi; \
    if [ -f HAM_MODULES   ]; then inst_mod HAM_MODULES   net;   fi; \
+   if [ -f SOUND_MODULES ]; then inst_mod SOUND_MODULES sound; fi; \
    \
    ls *.o > .allmods; \
    echo $$MODULES | tr ' ' '\n' | sort | comm -23 .allmods - > .misc; \


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