• Michael Shigorin's avatar
    lib/common.mk: avoid using uninitialized variables · 860e20c6
    Michael Shigorin authored
    It somehow managed to evade me that $(TMP) might be uninitialized;
    definitely should be checked before stuffing into sed substitution
    command.
    
    NB: this could be done in pure make but my take was less readable.
    
    Thanks shadowsbrother/gmail for hitting and reporting this.
    860e20c6
Name
Last commit
Last update
..
README Loading commit data...
build.mk Loading commit data...
check.mk Loading commit data...
clean.mk Loading commit data...
common.mk Loading commit data...
distro.mk Loading commit data...
functions.mk Loading commit data...
help.mk Loading commit data...
kernel.mk Loading commit data...
log.mk Loading commit data...
profile.mk Loading commit data...
report.mk Loading commit data...
sugar.mk Loading commit data...
ve.mk Loading commit data...