• 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
functions.mk 1.97 KB