patch-2.1.34 linux/Makefile
Next file: linux/Rules.make
Previous file: linux/Documentation/Configure.help
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Apr 14 11:55:24 1997
- Orig file:
v2.1.33/linux/Makefile
- Orig date:
Sun Apr 13 10:18:20 1997
diff -u --recursive --new-file v2.1.33/linux/Makefile linux/Makefile
@@ -1,8 +1,8 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 33
+SUBLEVEL = 34
-ARCH = i386
+ARCH := $(shell uname -m | sed s/i.86/i386/)
#
# For SMP kernels, set this. We don't want to have this in the config file
@@ -14,7 +14,7 @@
SMP = 1
#
# SMP profiling options
-SMP_PROF = 1
+# SMP_PROF = 1
.EXPORT_ALL_VARIABLES:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov