help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: $(TARGET)::$$(@F) vs. $(notdir $(TARGET))


From: Paul D. Smith
Subject: Re: $(TARGET)::$$(@F) vs. $(notdir $(TARGET))
Date: Thu, 22 May 2003 08:24:06 -0400

%% Gerrit Bruchhäuser <address@hidden> writes:

  gb> Berkeley 'make' understands '$$(@F)' in a double-colon rule:

  gb> $(TARGET)::$$(@F)
  gb>   echo "$(INST) $(@D) $(@F)"; \
  gb>          $(INST) $(@D) $(@F);

  gb> GMake doesn't

This feature is supported in GNU make 3.80 or above (3.80 is the latest
version released right now though).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]