bug-make
[Top][All Lists]
Advanced

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

[bug #62441] Recursive make & PHONY = targets being rebuilt [feature req


From: Paul D. Smith
Subject: [bug #62441] Recursive make & PHONY = targets being rebuilt [feature reques]
Date: Wed, 11 May 2022 12:45:23 -0400 (EDT)

Update of bug #62441 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

There's no new feature needed for this: this is something that's easily
achievable today.  We prefer to use the mailing lists, either
help-make@gnu.org or bug-make@gnu.org, when asking for assistance and advice,
not the bug tracker.  Then if something is really a bug it can be reported
here.

You can do what you want by having other_file _depend on_ a phony file, rather
than making other_file itself phony.


other_file: FORCE
        $(MAKE) ... other_file

FORCE:


See info about force targets in the GNU make manual:
https://www.gnu.org/software/make/manual/html_node/Force-Targets.html


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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