bug-make
[Top][All Lists]
Advanced

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

Re: "make -jN" requires mechanical changes to a Makefile [SOLVED]


From: Paul Smith
Subject: Re: "make -jN" requires mechanical changes to a Makefile [SOLVED]
Date: Sun, 13 Sep 2020 15:11:21 -0400
User-agent: Evolution 3.36.4-0ubuntu1

On Sun, 2020-09-13 at 15:08 -0400, Paul Smith wrote:
>   <a1> <b2> ... : .sentinel ;
> 
>   .sentinel: <prereqs>
>           <command>
>           @touch $@

Just to be clear, you don't have to use ".sentinel" you can use any
target name, and obviously you must use a different name for each
"grouping" of targets that needs to be built.




reply via email to

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