NetBSD-Bugs archive

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

Re: toolchain/45620: MAKEDEV failures remains unoticed in miniroot build



The following reply was made to PR toolchain/45620; it has been noted by GNATS.

From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/45620: MAKEDEV failures remains unoticed in miniroot
 build
Date: Thu, 16 Feb 2012 16:12:11 +0200

 On Thu, 16 Feb 2012, Nicolas Joly wrote:
 >I can reproduce the problem with this small testcase.
 >
 >njoly@lanfeust [tmp/make]> cat Makefile
 >foo:
 >        -true
 >        false
 >njoly@lanfeust [tmp/make]> make
 >true
 >false
 >*** Error code 1
 >
 >Stop.
 >make: stopped in /home/njoly/tmp/make
 >njoly@lanfeust [tmp/make]> make -j 1
 >true
 >false
 >*** [foo] Error code 1 (ignored)
 >
 >Looks like a 'make -j' bug to me; at least, behaviour should be
 >identical.
 
 That's different from the problem in PR 45356, but it prbably has a
 similar underlying cause.
 
 --apb (Alan Barrett)
 


Home | Main Index | Thread Index | Old Index