patch-2.1.86 linux/Makefile
Next file: linux/arch/alpha/config.in
Previous file: linux/Documentation/stallion.txt
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Mon Feb 9 13:31:00 1998
- Orig file:
v2.1.85/linux/Makefile
- Orig date:
Wed Feb 4 11:35:59 1998
diff -u --recursive --new-file v2.1.85/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 85
+SUBLEVEL = 86
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
@@ -12,9 +12,6 @@
# NOTE! SMP is experimental. See the file Documentation/SMP.txt
#
SMP = 1
-#
-# SMP profiling options
-# SMP_PROF = 1
.EXPORT_ALL_VARIABLES:
@@ -97,11 +94,6 @@
ifdef SMP
CFLAGS += -D__SMP__
AFLAGS += -D__SMP__
-
-ifdef SMP_PROF
-CFLAGS += -D__SMP_PROF__
-AFLAGS += -D__SMP_PROF__
-endif
endif
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov