help-make
[Top][All Lists]
Advanced

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

anything special about "." prefixed targets other than default?


From: Robert P. J. Day
Subject: anything special about "." prefixed targets other than default?
Date: Fri, 11 Oct 2019 10:18:40 -0400 (EDT)
User-agent: Alpine 2.21 (LFD 202 2017-01-01)

  i'm looking at someone else's Makefile, and it is replete with
targets whose names begin with a period. i'm aware of the property
that such targets will not be considered as the default, but once you
define a few early targets, is there any value in continuing to have
period-prefixed targets?

  in this Makefile, there are a number of "paired" targets such as:

  clean_mystuff:
  .clean_mystuff_fail:

which seems to suggest some kind of pattern, but i have no idea what
it might be.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



reply via email to

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