• Sam Ravnborg's avatar
    kbuild: Silence kbuild with make V=0 · 9f115a3b
    Sam Ravnborg authored
    With make version 3.80 kbuild echo'ed the fixdep command
    executed each time a c file was compiled.
    This has been tracked down to a bug in version 3.80 of make.
    Avoiding newlines in canned command sequences avoid this problem.
    
    At the same time consolidated similar code in Makefile.build,
    and avoiding a few ifdef/endif pairs resulting in a more readable makefile.
    9f115a3b
Makefile.build 11.8 KB