%% Dale King <[EMAIL PROTECTED]> writes:

  dk> $(target-$(foo)):
  dk>     @echo $(flags-$(foo))

  dk> So I am looking for another workaround to the issue. I thought
  dk> perhaps target-specific variables might do it, but haven't gotten
  dk> it to work.

 $(target-$(foo)): FLAGS := $(flags-$(foo))
 $(target-$(foo)):
     @echo $(FLAGS)

  dk> Sure its fixed in CVS, but how does that solve the problem. Do you
  dk> really expect everyone to go download the latest unreleased
  dk> source, and rebuild it for their system?! Note in my case this is
  dk> on a team of about 20 developers and management would not look
  dk> favorably on using a patched make tool for doing builds.

ftp://alpha.gnu.org/gnu/make/make-3.81beta3.tar.gz

-- 
-------------------------------------------------------------------------------
 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
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to