Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
59c6d501
Commit
59c6d501
authored
Sep 05, 2008
by
rtoy
Browse files
Add explicit rule for building version.o. Needed if you do parallel
makes and lisp.a gets built before lisp. (From Jürgen Hötzel.)
parent
bf5c96da
Changes
1
Hide whitespace changes
Inline
Side-by-side
lisp/GNUmakefile
View file @
59c6d501
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.2
8
2008/0
1/18 14:31:50
rtoy Exp $
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.2
9
2008/0
9/05 15:21:24
rtoy Exp $
all
:
lisp.nm
...
...
@@ -30,10 +30,12 @@ lisp.nm: lisp lisp.a
$(NM)
lisp |
grep
-v
" [F] "
>>
,lisp.nm
mv
,lisp.nm lisp.nm
lisp
:
version.c
${OBJS}
version
version.o
:
version.c version
echo
'1 + '
`
cat
version
`
| bc
>
,version
mv
,version version
$(CC)
${CFLAGS}
-DVERSION
=
`
cat
version
`
-c
$<
lisp
:
${OBJS} version.o
$(CC)
-g
${OS_LINK_FLAGS}
-o
,lisp
\
${OBJS}
version.o
\
${OS_LIBS}
-lm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment