Follow-up Comment #1, bug #54870 (project make):

The special variable .FEATURES is intended to help solve this problem. 
Unfortunately we don't always get every single feature added to this
variable.

However in the case of $(or ...) that function was added in the same release
(3.81) that the .FEATURES variable was introduced.  So, it should be
sufficient to check if this variable is not empty:


ifneq (,$(.FEATURES))
  $(info have "or" function)
endif


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54870>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to