patch-2.1.38 linux/Makefile
Next file: linux/arch/alpha/mm/fault.c
Previous file: linux/Documentation/svga.txt
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed May 14 15:01:20 1997
- Orig file:
v2.1.37/linux/Makefile
- Orig date:
Tue May 13 22:41:00 1997
diff -u --recursive --new-file v2.1.37/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 37
+SUBLEVEL = 38
ARCH := $(shell uname -m | sed s/i.86/i386/)
@@ -181,7 +181,7 @@
$(DRIVERS) \
$(LIBS) \
-o vmlinux
- $(NM) vmlinux | grep -v '\(compiled\)\|\(\.o$$\)\|\( a \)\|\(\.\.ng$$\)' | sort > System.map
+ $(NM) vmlinux | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aU] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | sort > System.map
symlinks:
rm -f include/asm
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov