From de77b53f1bd10b5ad725ff8ea2f87a2bcb719365 Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Tue, 1 Oct 2002 20:10:49 +0000 Subject: [PATCH] Solaris needs the undefined (U) symbols in lisp.nm to build a working core, so don't remove them. --- lisp/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/GNUmakefile b/lisp/GNUmakefile index 328e92186..ec8fc9049 100644 --- a/lisp/GNUmakefile +++ b/lisp/GNUmakefile @@ -1,4 +1,4 @@ -# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.17 2002/08/27 22:18:30 moore Exp $ +# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.18 2002/10/01 20:10:49 toy Exp $ all: lisp.nm @@ -25,7 +25,7 @@ OBJS = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(patsubst %.s,%.o,$(SRCS)))) lisp.nm: lisp echo 'Map file for lisp version ' `cat version` > ,lisp.nm - $(NM) lisp | grep -v " F \| U " >> ,lisp.nm + $(NM) lisp | grep -v " [F] " >> ,lisp.nm mv ,lisp.nm lisp.nm lisp: version.c ${OBJS} version -- GitLab