On Thu, Apr 19, 2001 at 11:38:49PM +1000, Bruce Evans wrote:
> On Thu, 19 Apr 2001, Ruslan Ermilov wrote:
>
> > Attached is the Makefile that demonstrates the problem. Run it like this:
> >
> > make obj; make all
> >
> > Then try:
> >
> > make install
> >
> > And then try:
> >
> >
On Thu, 19 Apr 2001, Ruslan Ermilov wrote:
> Attached is the Makefile that demonstrates the problem. Run it like this:
>
> make obj; make all
>
> Then try:
>
> make install
>
> And then try:
>
> make -j2 install
>
> Note the difference. This fixes the problem:
>
> --- M
On Thu, Apr 19, 2001 at 05:18:41PM +0900, Makoto MATSUSHITA wrote:
>
> ru> I always thought that ``obj'', ``all'' and ``install'' should be
> ru> executed in sequence, not together. Hey, this even does not work
> ru> for bin/cat:
>
> IIRC, it is assumed that "make -jX install (where X > 1)" _do