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

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

Advertisement

Kernel v2.1.60 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 2.1.59  2.1.58  2.1.57  2.1.56  2.1.55  2.1.54 
(Following) 2.1.61  2.1.62  2.1.63  2.1.64  2.1.65  2.1.66 

Location
[  2.1.60
   o  Makefile

Patch

diff -u --recursive --new-file v2.1.59/linux/Makefile linux/Makefile
--- v2.1.59/linux/Makefile   Mon Oct 20 10:36:52 1997
+++ linux/Makefile   Thu Oct 23 14:00:14 1997
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 1
-SUBLEVEL = 59
+SUBLEVEL = 60
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
 
@@ -308,6 +308,7 @@
    if [ -f IPV6_MODULES  ]; then inst_mod IPV6_MODULES  ipv6;  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 NLS_MODULES   ]; then inst_mod NLS_MODULES   fs;    fi; \
    if [ -f CDROM_MODULES ]; then inst_mod CDROM_MODULES cdrom; fi; \
    \
    ls *.o > .allmods; \


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