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

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

Advertisement

Kernel v2.3.13 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.3.12  2.3.11  2.3.10  2.3.9  2.3.8  2.3.7 
(Following) 2.3.14  2.3.15  2.3.16  2.3.17  2.3.18  2.3.19 

Location
[  2.3.13
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.12/linux/Makefile linux/Makefile
--- v2.3.12/linux/Makefile   Wed Jul 28 14:47:42 1999
+++ linux/Makefile   Tue Aug  3 10:10:23 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 12
+SUBLEVEL = 13
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -110,7 +110,7 @@
 FILESYSTEMS   =fs/filesystems.a
 NETWORKS   =net/network.a
 DRIVERS      =drivers/block/block.a \
-       drivers/char/char.a \
+       drivers/char/char.o \
             drivers/parport/parport.a
 LIBS      =$(TOPDIR)/lib/lib.a
 SUBDIRS      =kernel drivers mm fs net ipc lib


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