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

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

Advertisement

Kernel v1.3.69 /Makefile

Filename:/Makefile
Lines Added:6
Lines Deleted:2
Also changed in: (Previous) 1.3.68  1.3.67  1.3.66  1.3.65  1.3.64  1.3.63 
(Following) 1.3.70  1.3.71  1.3.72  1.3.73  1.3.74  1.3.75 

Location
[  1.3.69
   o  Makefile

Patch

diff -u --recursive --new-file v1.3.68/linux/Makefile linux/Makefile
--- v1.3.68/linux/Makefile   Fri Feb 23 13:54:33 1996
+++ linux/Makefile   Mon Feb 26 12:06:50 1996
@@ -1,6 +1,6 @@
 VERSION = 1
 PATCHLEVEL = 3
-SUBLEVEL = 68
+SUBLEVEL = 69
 
 ARCH = i386
 
@@ -130,6 +130,10 @@
 LIBS      =$(TOPDIR)/lib/lib.a
 SUBDIRS      =kernel drivers mm fs net ipc lib
 
+ifeq ($(CONFIG_ISDN),y)
+DRIVERS   := $(DRIVERS) drivers/isdn/isdn.a
+endif
+
 ifdef CONFIG_CD_NO_IDESCSI
 DRIVERS := $(DRIVERS) drivers/cdrom/cdrom.a
 endif
@@ -339,7 +343,7 @@
 
 
 backup: mrproper
-   cd .. && tar cf - linux | gzip -9 > backup.gz
+   cd .. && tar cf - linux/ | gzip -9 > backup.gz
    sync
 
 dep-files: archdep .hdepend include/linux/version.h


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