[patch] applied: rio-mkfile-symsgenerate-port

0 views
Skip to first unread message

9cha...@cat-v.org

unread,
May 25, 2008, 5:43:30 PM5/25/08
to plan9c...@googlegroups.com
Created May 25 15:43 by pietro
Processed May 25 21:43 by geoff

Upon creating the syms file for acid, the mkfile for rio calls vc. Changed to $CC to allow all architectures to create syms, not just MIPS.

Pietro

NOTES:
Sun May 25 15:43:10 EDT 2008 geoff
several mkfiles needed similar changes; I've made them all.


--
/sys/src/cmd/rio/mkfile
mkfile.orig:25,29 - /n/sources/patch/applied/rio-mkfile-symsgenerate-port/mkfile:25,29

$O.out: /$objtype/lib/libdraw.a /$objtype/lib/libframe.a /$objtype/lib/libthread.a /$objtype/lib/libplumb.a /$objtype/lib/libc.a
syms:V:
- vc -a $CFLAGS rio.c >syms
- vc -aa $CFLAGS *.c >>syms
+ $CC -a $CFLAGS rio.c >syms
+ $CC -aa $CFLAGS *.c >>syms

Reply all
Reply to author
Forward
0 new messages