• 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
.gear Loading commit data...
bin Loading commit data...
conf.d Loading commit data...
doc Loading commit data...
features.in Loading commit data...
image.in Loading commit data...
lib Loading commit data...
pkg.in Loading commit data...
sub.in Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
QUICKSTART Loading commit data...
README Loading commit data...
main.mk Loading commit data...
reports.mk Loading commit data...