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

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

Advertisement

Kernel v1.3.96 /Makefile

Filename:/Makefile
Lines Added:7
Lines Deleted:3
Also changed in: (Previous) 1.3.95  1.3.94  1.3.93  1.3.92  1.3.91  1.3.89 
(Following) 1.3.97  1.3.98  1.3.99  1.3.100  2.3.99-pre1  2.3.99-pre2 

Location
[  1.3.96
   o  Makefile

Patch

diff -u --recursive --new-file v1.3.95/linux/Makefile linux/Makefile
--- v1.3.95/linux/Makefile   Wed Apr 24 17:00:33 1996
+++ linux/Makefile   Fri Apr 26 10:42:04 1996
@@ -1,6 +1,6 @@
 VERSION = 1
 PATCHLEVEL = 3
-SUBLEVEL = 95
+SUBLEVEL = 96
 
 ARCH = i386
 
@@ -142,6 +142,10 @@
 DRIVERS := $(DRIVERS) drivers/pci/pci.a
 endif
 
+ifdef CONFIG_SBUS
+DRIVERS := $(DRIVERS) drivers/sbus/sbus.a
+endif
+
 include arch/$(ARCH)/Makefile
 
 ifdef SMP
@@ -202,7 +206,7 @@
    @if [ ! -f .version ]; then \
       echo 1 > .version; \
    else \
-      expr `cat .version` + 1 > .version; \
+      expr 0`cat .version` + 1 > .version; \
    fi
 
 include/linux/compile.h: $(CONFIGURATION) include/linux/version.h newversion
@@ -326,7 +330,7 @@
    rm -f .hdepend
    rm -f $(TOPDIR)/include/linux/modversions.h
    rm -f $(TOPDIR)/include/linux/modules/*
-   
+
 
 distclean: mrproper
    rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \


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