Re: Another minor task for the interested

2003-12-09 Thread Dan Sugalski
At 8:12 PM + 12/6/03, harry wrote: Dan Sugalski wrote: I was mostly thinking that some step or other in the Makefile has a dependency on that file, and some other step creates it, but the dependency's not explicit. I'd like to find the step(s) that require it and make it a dependency for them,

Re: Another minor task for the interested

2003-12-06 Thread harry
Dan Sugalski wrote: I was mostly thinking that some step or other in the Makefile has a dependency on that file, and some other step creates it, but the dependency's not explicit. I'd like to find the step(s) that require it and make it a dependency for them, then add in a dependency for the file f

Re: Another minor task for the interested

2003-11-21 Thread Steve Fink
On Nov-21, Dan Sugalski wrote: > > I was mostly thinking that some step or other in the Makefile has a > dependency on that file, and some other step creates it, but the > dependency's not explicit. I'd like to find the step(s) that require it > and make it a dependency for them, then add in a dep

Re: Another minor task for the interested

2003-11-21 Thread Dan Sugalski
On Fri, 21 Nov 2003, Harry wrote: > --- Dan Sugalski <[EMAIL PROTECTED]> wrote: > > Should be straightforward though it involves diving into a twisty > > maze of > > make rules, so maybe not. Anyway, trying a "make -j 4" dies a quick > > and > > horrible death, failing to find Parrot/OpLib/core.pm

Re: Another minor task for the interested

2003-11-21 Thread Harry
--- Dan Sugalski <[EMAIL PROTECTED]> wrote: > Should be straightforward though it involves diving into a twisty > maze of > make rules, so maybe not. Anyway, trying a "make -j 4" dies a quick > and > horrible death, failing to find Parrot/OpLib/core.pm. My assumption > here > is that we're just mis

Another minor task for the interested

2003-11-21 Thread Dan Sugalski
Should be straightforward though it involves diving into a twisty maze of make rules, so maybe not. Anyway, trying a "make -j 4" dies a quick and horrible death, failing to find Parrot/OpLib/core.pm. My assumption here is that we're just missing some dependency rules, as a make -j 2, or a make -j 4