Re: Change a target within Makefile?

2024-07-25 Thread Paul Smith
On Thu, 2024-07-25 at 12:01 +0900, Masahiro Yamada wrote: > .%.dtb.checked must be executed after %.dtb, not before. > It is not so simple as adding $(a_prereq). Thanks this version of your question is much more useful than the initial version. The above paragraph is the key information which was

Re: Change a target within Makefile?

2024-07-25 Thread Dmitry Goncharov
On Wed, Jul 24, 2024 at 11:18 PM Masahiro Yamada wrote: > You could do "make .foo.dtb.check" to compile foo.dtb, followed by > the schema checking. > > I do not want to expose the presence of the timestamp file, > as it is an internal implementation detail If the only requirement is that the time