Skip to content
Snippets Groups Projects
Commit a3ac2365 authored by pw's avatar pw
Browse files

A slight refinement of previous commit.

parent db944f8f
No related branches found
No related tags found
No related merge requests found
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.14 2001/04/26 16:33:50 pw Exp $ # $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.15 2001/04/26 17:20:28 pw Exp $
all: lisp.nm all: lisp.nm
...@@ -25,8 +25,9 @@ OBJS = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(patsubst %.s,%.o,$(SRCS)))) ...@@ -25,8 +25,9 @@ OBJS = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(patsubst %.s,%.o,$(SRCS))))
### Special target used to make a lisp.nm file for genesis. ### Special target used to make a lisp.nm file for genesis.
### Use when internals.h does not yet exist. ### Use when internals.h does not yet exist.
initial-map: ### This is the same 'lisp.nm' but not depending on an existing build.
echo 'Map file for lisp version 0' > ,lisp.nm initial-map: version
echo 'Map file for lisp version ' `cat version` > ,lisp.nm
$(NM) lisp | grep -v " F \| U " >> ,lisp.nm $(NM) lisp | grep -v " F \| U " >> ,lisp.nm
mv ,lisp.nm lisp.nm mv ,lisp.nm lisp.nm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment