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

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

Advertisement

Kernel v1.3.53 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 1.3.52  1.3.51  1.3.50  1.3.49  1.3.48  1.3.47 
(Following) 1.3.54  1.3.55  1.3.56  1.3.57  1.3.58  1.3.59 

Location
[  1.3.53
   o  Makefile

Patch

diff -u --recursive --new-file v1.3.52/linux/Makefile linux/Makefile
--- v1.3.52/linux/Makefile   Sat Dec 30 15:50:52 1995
+++ linux/Makefile   Sun Dec 31 11:11:59 1995
@@ -1,6 +1,6 @@
 VERSION = 1
 PATCHLEVEL = 3
-SUBLEVEL = 52
+SUBLEVEL = 53
 
 ARCH = i386
 
@@ -266,6 +266,7 @@
    if [ -f IPV4_MODULES  ]; then inst_mod IPV4_MODULES  ipv4;  fi; \
    if [ -f SCSI_MODULES  ]; then inst_mod SCSI_MODULES  scsi;  fi; \
    if [ -f FS_MODULES    ]; then inst_mod FS_MODULES    fs;    fi; \
+   if [ -f CDROM_MODULES ]; then inst_mod CDROM_MODULES cdrom; 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.