I'm not quite sure I follow your question, but it's trivial to test an
empty string:

    ifeq (,$(VAR))
      $(warning Variable VAR is empty)
    else
      $(warning Variable VAR is not empty)
    endif

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to