patch-2.1.37 linux/Makefile
Next file: linux/arch/alpha/defconfig
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon May 12 10:35:37 1997
- Orig file:
v2.1.36/linux/Makefile
- Orig date:
Wed Apr 23 19:01:14 1997
diff -u --recursive --new-file v2.1.36/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 36
+SUBLEVEL = 37
ARCH := $(shell uname -m | sed s/i.86/i386/)
@@ -352,6 +352,8 @@
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
+ rm -f drivers/sound/Config.in
+ cp drivers/sound/Config.std drivers/sound/Config.in
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