Skip to content
  • Sam Ravnborg's avatar
    kbuild: silence mystery message · 72ba47c1
    Sam Ravnborg authored
    
    
    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: default avatarSam Ravnborg <sam@ravnborg.org>
    ---
    72ba47c1