• Michael Shigorin's avatar
    functions.mk: allow setting to an empty value · a3ddce7a
    Michael Shigorin authored
    set() is a function of two variables but the and()
    check for *both* is incorrect as one might need to
    override a previously set variable with empty string;
    this has manifested itself with a case like this:
    
      @$(call set,ROOTPW_EMPTY,1)
      # ...
      @$(call set,ROOTPW_EMPTY,)
    a3ddce7a
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...
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...
vm.mk Loading commit data...