patch-1.3.5 linux/Makefile
Next file: linux/arch/alpha/config.in
Previous file: linux/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Jun 29 13:02:13 1995
- Orig file:
v1.3.4/linux/Makefile
- Orig date:
Tue Jun 27 14:11:30 1995
diff -u --recursive --new-file v1.3.4/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL = 4
+SUBLEVEL = 5
ARCH = i386
@@ -236,6 +236,7 @@
mrproper: clean
rm -f include/linux/autoconf.h include/linux/version.h
rm -f drivers/sound/local.h
+ rm -f drivers/scsi/aic7xxx_asm drivers/scsi/aic7xxx_seq.h
rm -f drivers/char/uni_hash_tbl.h drivers/char/conmakehash
rm -f .version .config* config.in config.old
rm -f include/asm
@@ -246,6 +247,8 @@
endif
distclean: mrproper
+ rm -f core `find . -name '*.orig' -print`
+
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