patch-1.3.89 linux/Makefile
Next file: linux/arch/alpha/defconfig
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Apr 15 08:30:06 1996
- Orig file:
v1.3.88/linux/Makefile
- Orig date:
Sat Apr 13 18:22:06 1996
diff -u --recursive --new-file v1.3.88/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL = 88
+SUBLEVEL = 89
ARCH = i386
@@ -328,9 +328,9 @@
distclean: mrproper
- rm -f core `find . \( -name '*.orig' -o -name '*~' -o -name '*.bak' \
- -o -name '#*#' -o -name '.*.orig' \) -print` TAGS
-
+ rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
+ -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
+ -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
backup: mrproper
cd .. && tar cf - linux/ | gzip -9 > backup.gz
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this