Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250743
b: refs/heads/master
c: 09ff9fe
h: refs/heads/master
i:
  250741: 6a37050
  250739: 9536a45
  250735: 9b2c30c
v: v3
  • Loading branch information
Michal Marek committed Apr 18, 2011
1 parent 3e4b449 commit e8274e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ae9ecb86188cc8419024cdb299f18d4ae4f5713
refs/heads/master: 09ff9fecc039d60fff6c11d47522af61e89fff56
4 changes: 2 additions & 2 deletions trunk/scripts/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ quiet_cmd_link_o_target = LD $@
cmd_link_o_target = $(if $(strip $(obj-y)),\
$(LD) $(ld_flags) -r -o $@ $(filter $(obj-y), $^) \
$(cmd_secanalysis),\
rm -f $@; $(AR) rcs $@)
rm -f $@; $(AR) rcsD $@)

$(builtin-target): $(obj-y) FORCE
$(call if_changed,link_o_target)
Expand All @@ -371,7 +371,7 @@ $(modorder-target): $(subdir-ym) FORCE
#
ifdef lib-target
quiet_cmd_link_l_target = AR $@
cmd_link_l_target = rm -f $@; $(AR) rcs $@ $(lib-y)
cmd_link_l_target = rm -f $@; $(AR) rcsD $@ $(lib-y)

$(lib-target): $(lib-y) FORCE
$(call if_changed,link_l_target)
Expand Down

0 comments on commit e8274e6

Please sign in to comment.