Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/scripts/Makefile.host

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

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 99  hostcxx_flags  = -Wp,-MD,$(depfile) $(__ Line 99  hostcxx_flags  = -Wp,-MD,$(depfile) $(__
99  # host-csingle -> Executable  # host-csingle -> Executable
100  quiet_cmd_host-csingle = HOSTCC  $@  quiet_cmd_host-csingle = HOSTCC  $@
101        cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \        cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
102     $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))    $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
103  $(host-csingle): %: %.c FORCE  $(host-csingle): %: %.c FORCE
104   $(call if_changed_dep,host-csingle)   $(call if_changed_dep,host-csingle)
105    

Legend:
Removed from v.815  
changed lines
  Added in v.816