patch-1.3.73 linux/Makefile
Next file: linux/arch/alpha/defconfig
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Sun Mar 10 09:56:04 1996
-  Orig file: 
v1.3.72/linux/Makefile
-  Orig date: 
Sun Mar 10 09:49:46 1996
diff -u --recursive --new-file v1.3.72/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
 VERSION = 1
 PATCHLEVEL = 3
-SUBLEVEL = 72
+SUBLEVEL = 73
 
 ARCH = i386
 
@@ -344,6 +344,9 @@
 backup: mrproper
 	cd .. && tar cf - linux/ | gzip -9 > backup.gz
 	sync
+
+sums:
+	find . -type f -print | sort | xargs sum > .SUMS
 
 dep-files: archdep .hdepend include/linux/version.h
 	$(AWK) -f scripts/depend.awk init/*.c > .tmpdepend
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