This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 731988d4e4ad9fb62bbf4aeae8e200644ac3113c (commit) from c7bf8f8fe16c0bc1a9c9c65060033046855eca82 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 731988d4e4ad9fb62bbf4aeae8e200644ac3113c Author: Raymond Toy toy.raymond@gmail.com Date: Tue Jul 22 10:29:56 2014 -0700
Oops. Need k_sin and k_cos for sincos.
diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin index a4516a8..9738f9b 100644 --- a/src/lisp/Config.ppc_darwin +++ b/src/lisp/Config.ppc_darwin @@ -74,6 +74,12 @@ OS_LIBS = -lSystem -lc -lm e_rem_pio2.o : e_rem_pio2.c $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-OS_SRC += sincos.c +OS_SRC += k_sin.c k_cos.c sincos.c + +k_sin.o : k_sin.c + $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $< +k_cos.o : k_cos.c + $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $< + sincos.o : sincos.c $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-----------------------------------------------------------------------
Summary of changes: src/lisp/Config.ppc_darwin | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive