From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <5446730.4oMZM0t5oA@coil> Date: Thu, 19 Dec 2013 09:16:28 +0100 Message-ID: From: dexen deVries To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] Problem with mk Topicbox-Message-UUID: a08cc644-ead8-11e9-9d60-3106f5b1d025 the problem is not solved, merely one of the manifestation is eliminated. actual solution requires stating all the dependencies. if your list of sources and/or targets is dynamic, consider using mk include: <| GEN_DEPS where `GEN_DEPS' is your script generating deps in form TARGET: PREREQUISITE On Wed, Dec 18, 2013 at 10:14 PM, Blake McBride wrote: > Thanks. That is what I was wondering. In the interim, and having a better > understanding of what is going on, I was able to re-work my mkfile to > support parallel builds where possible. I am, however, experiencing a new > problem. I will write that up in a separate post. > > Thank for the info! > > Blake > > > > On Wed, Dec 18, 2013 at 3:04 PM, Jacob Todd wrote: >> >> You could put NPROC=1 in the mkfile. > >