• Kai Germaschewski's avatar
    kbuild: Allow for ',$ in commands · e9dfd3da
    Kai Germaschewski authored
    Quote ',$ before passing them to the shell - ' must be escaped for
    echo, $$ will be converted to $ by make.
    
    This allows to use e.g. perl commands in the build with support
    from the generic $(call if_changed,...).
    
    by Konrad Eisele
    e9dfd3da
Makefile.lib 9.62 KB