kbuild: silence mystery message
authorSam Ravnborg <sam@mars.(none)>
Wed, 27 Jul 2005 09:39:37 +0000 (11:39 +0200)
committerSam Ravnborg <sam@mars.(none)>
Wed, 27 Jul 2005 09:39:37 +0000 (11:39 +0200)
commit72ba47c1b293ae78f7d798b458bb9d3db65c7551
tree1e4a945d2a8f6f206eb0fb1ffcbecea730ae6663
parent23a45e2c0a16bfd80eba853b44717d21c37bcf30
kbuild: silence mystery message

During last phase of the build the following message were displayed:
/bin/sh: +@: command not found

This message appears due to slightly changed semantics
of cmd and if_changed_rule.
The easy fix was to insert a dummy command first in rule_ksym_ld.
The alternative was to redo part of this processing in the top-level
Makefile - a volatile area that I try to avoid.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
Makefile