diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 17:20:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 17:20:00 +0000 |
commit | f7996f3b700a22797565e9aa57e251e6e3ac1e4d (patch) | |
tree | af4e797eef0a65f4e3dba94b325da0ec08452d36 /scripts/Makefile.build | |
parent | 3821fb13ea404d243115ff8ec161273b62826513 (diff) | |
download | busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.gz busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.bz2 busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.zip |
Trailing whitespace removal over entire tree
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index e48e60da3..ddefea5a6 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
@@ -216,7 +216,7 @@ $(real-objs-m) : modkern_aflags := $(AFLAGS_MODULE) | |||
216 | $(real-objs-m:.o=.s): modkern_aflags := $(AFLAGS_MODULE) | 216 | $(real-objs-m:.o=.s): modkern_aflags := $(AFLAGS_MODULE) |
217 | 217 | ||
218 | quiet_cmd_as_s_S = CPP $(quiet_modtag) $@ | 218 | quiet_cmd_as_s_S = CPP $(quiet_modtag) $@ |
219 | cmd_as_s_S = $(CPP) $(a_flags) -o $@ $< | 219 | cmd_as_s_S = $(CPP) $(a_flags) -o $@ $< |
220 | 220 | ||
221 | %.s: %.S FORCE | 221 | %.s: %.S FORCE |
222 | $(call if_changed_dep,as_s_S) | 222 | $(call if_changed_dep,as_s_S) |
@@ -284,7 +284,7 @@ link_multi_deps = \ | |||
284 | $(filter $(addprefix $(obj)/, \ | 284 | $(filter $(addprefix $(obj)/, \ |
285 | $($(subst $(obj)/,,$(@:.o=-objs))) \ | 285 | $($(subst $(obj)/,,$(@:.o=-objs))) \ |
286 | $($(subst $(obj)/,,$(@:.o=-y)))), $^) | 286 | $($(subst $(obj)/,,$(@:.o=-y)))), $^) |
287 | 287 | ||
288 | quiet_cmd_link_multi-y = LD $@ | 288 | quiet_cmd_link_multi-y = LD $@ |
289 | cmd_link_multi-y = $(LD) $(ld_flags) -r -o $@ $(link_multi_deps) | 289 | cmd_link_multi-y = $(LD) $(ld_flags) -r -o $@ $(link_multi_deps) |
290 | 290 | ||