[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #60297] optimize autodeps
From: |
Paul D. Smith |
Subject: |
[bug #60297] optimize autodeps |
Date: |
Wed, 31 Mar 2021 15:57:42 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 |
Follow-up Comment #9, bug #60297 (project make):
I haven't looked at the patches but one thing to note is that we already have
a target which is supposed to do what your .NOTINTERMEDIATE target does, as I
understand it that's the same thing .SECONDARY is supposed to do. The problem
with .SECONDARY is, and has always been (.SECONDARY predates my involvement
with GNU make), that it doesn't accept patterns, only filenames, which makes
it pretty useless IMO (if you know the filenames you can just make a
do-nothing target that lists them as prerequisites and get basically the same
behavior).
Rather than introducing a new target, why not enhance the existing .SECONDARY
to support applying it to patterns?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60297>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/27
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/27
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/27
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/27
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/27
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/27
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/27
- [bug #60297] optimize autodeps, Paul D. Smith, 2021/03/28
- [bug #60297] optimize autodeps, Dmitry Goncharov, 2021/03/28
- [bug #60297] optimize autodeps,
Paul D. Smith <=