Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1296 by niro, Wed Aug 18 21:11:40 2010 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 UTC
# Line 109  klib-o-files = $(shell cat $(obj)/klib.l Line 109  klib-o-files = $(shell cat $(obj)/klib.l
109  targets += libc.a __static_init.o  targets += libc.a __static_init.o
110  quiet_cmd_libc = KLIBCAR $@  quiet_cmd_libc = KLIBCAR $@
111        cmd_libc = rm -f $@; \        cmd_libc = rm -f $@; \
112                   $(KLIBCAR) cq $@ \                   $(call klibc-ar,cq,Dcq) $@ \
113   $(call objectify,__static_init.o) $(klib-o-files); \   $(call objectify,__static_init.o) $(klib-o-files); \
114                   $(KLIBCRANLIB) $@                   $(KLIBCRANLIB) $@
115    

Legend:
Removed from v.1296  
changed lines
  Added in v.1297