phony fails when the target is a recipe

2019-04-02 Thread Thomas Lynch
We have had a lot of problems with phony hints being ignored and makefiles not running. I've narrowed it down to a small example. See the transcript below in this email, or the code at https://github.com/Reasoning-Technology/subu/tree/master/try/phony_general_targets_fail In this example there i

Re: phony fails when the target is a recipe

2019-04-02 Thread Thomas Lynch
extent permitted by law. On Tue, Apr 2, 2019 at 1:11 PM Thomas Lynch < thomas.ly...@reasoningtechnology.com> wrote: > We have had a lot of problems with phony hints being ignored and makefiles > not running. > > I've narrowed it down to a small example. See the transcript below