patch-1.3.35 linux/Makefile
Next file: linux/arch/alpha/config.in
Previous file: linux/MAGIC
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Oct 15 19:00:12 1995
- Orig file:
v1.3.34/linux/Makefile
- Orig date:
Fri Oct 13 14:44:31 1995
diff -u --recursive --new-file v1.3.34/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL = 34
+SUBLEVEL = 35
ARCH = i386
@@ -134,6 +134,10 @@
oldconfig: symlinks
$(CONFIG_SHELL) scripts/Configure -d arch/$(ARCH)/config.in
+xconfig: symlinks
+ ( cd scripts ; make kconfig.tk)
+ ./scripts/kconfig.tk
+
config: symlinks
$(CONFIG_SHELL) scripts/Configure arch/$(ARCH)/config.in
@@ -243,6 +247,7 @@
rm -f drivers/scsi/aic7xxx_asm drivers/scsi/aic7xxx_seq.h
rm -f drivers/char/uni_hash.tbl drivers/char/conmakehash
rm -f .version .config* config.in config.old
+ rm -f scripts/tkparse scripts/kconfig.tk
rm -f include/asm
rm -f .depend `find . -name .depend -print`
rm -f .hdepend
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