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

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

Advertisement

Kernel v2.1.81 /Makefile

Filename:/Makefile
Lines Added:8
Lines Deleted:5
Also changed in: (Previous) 2.1.80  2.1.79  2.1.78  2.1.77  2.1.76  2.1.75 
(Following) 2.1.82  2.1.84  2.1.85  2.1.86  2.1.87  2.1.88 

Location
[  2.1.81
   o  Makefile

Patch

diff -u --recursive --new-file v2.1.80/linux/Makefile linux/Makefile
--- v2.1.80/linux/Makefile   Wed Jan 14 11:25:15 1998
+++ linux/Makefile   Fri Jan 23 16:36:22 1998
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 1
-SUBLEVEL = 80
+SUBLEVEL = 81
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
 
@@ -343,14 +343,16 @@
 
 clean:   archclean
    rm -f kernel/ksyms.lst include/linux/compile.h
-   rm -f `find . -name '*.[oas]' ! -regex '.*lxdialog/.*' -print`
-   rm -f `find . -type f -name 'core' -print`
-   rm -f `find . -name '.*.flags' -print`
+   rm -f core `find . -name '*.[oas]' ! -regex '.*lxdialog/.*' -print`
+   rm -f core `find . -type f -name 'core' -print`
+   rm -f core `find . -name '.*.flags' -print`
    rm -f vmlinux System.map
    rm -f .tmp*
    rm -f drivers/char/consolemap_deftbl.c drivers/char/conmakehash
    rm -f drivers/sound/bin2hex drivers/sound/hex2hex
-   rm -f `find modules/ -type f -print`
+   if [ -d modules ]; then \
+      rm -f core `find modules/ -type f -print`; \
+   fi
    rm -f submenu*
 
 mrproper: clean
@@ -368,6 +370,7 @@
    rm -f include/asm
    rm -rf include/config
    rm -f .depend `find . -name .depend -print`
+   rm -f core `find . -size 0 -print`
    rm -f .hdepend scripts/mkdep scripts/split-include
    rm -f $(TOPDIR)/include/linux/modversions.h
    rm -rf $(TOPDIR)/include/linux/modules


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