Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 991
b: refs/heads/master
c: 2ba4917
h: refs/heads/master
i:
  989: 3573970
  987: 96d2cb0
  983: 3388b44
  975: 04c4ac8
  959: e340247
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 5, 2005
1 parent afdb7e1 commit ef4afc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: cd2ee4a30cc0775d8b54e5b958613361a7cacfec
refs/heads/master: 2ba491759fd74bfadf656c55a3695e98b6074439
9 changes: 5 additions & 4 deletions trunk/arch/um/scripts/Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
# arch/um: Generic definitions
# ===========================================================================

USER_SINGLE_OBJS = $(foreach f,$(patsubst %.o,%,$(obj-y) $(obj-m)),$($(f)-objs))
USER_OBJS += $(filter %_user.o,$(obj-y) $(obj-m) $(USER_SINGLE_OBJS))

USER_SINGLE_OBJS := \
$(foreach f,$(patsubst %.o,%,$(obj-y) $(obj-m)),$($(f)-objs))
USER_OBJS += $(filter %_user.o,$(obj-y) $(obj-m) $(USER_SINGLE_OBJS))
USER_OBJS := $(foreach file,$(USER_OBJS),$(obj)/$(file))

$(USER_OBJS): c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) $(CFLAGS_$(notdir $@))
$(USER_OBJS) : c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
$(CFLAGS_$(notdir $@))

quiet_cmd_make_link = SYMLINK $@
cmd_make_link = ln -sf $(srctree)/arch/$(SUBARCH)/$($(notdir $@)-dir)/$(notdir $@) $@
Expand Down

0 comments on commit ef4afc6

Please sign in to comment.