From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3527 invoked by alias); 27 Jan 2011 23:57:33 -0000 Received: (qmail 3518 invoked by uid 22791); 27 Jan 2011 23:57:32 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g6t0184.atlanta.hp.com (HELO g6t0184.atlanta.hp.com) (15.193.32.61) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Jan 2011 23:57:28 +0000 Received: from g5t0029.atlanta.hp.com (g5t0029.atlanta.hp.com [16.228.8.141]) by g6t0184.atlanta.hp.com (Postfix) with ESMTP id 7AF4FC556; Thu, 27 Jan 2011 23:57:26 +0000 (UTC) Received: from lucas.cup.hp.com (lucas.cup.hp.com [15.244.97.116]) by g5t0029.atlanta.hp.com (Postfix) with ESMTP id 0AF5920298; Thu, 27 Jan 2011 23:57:25 +0000 (UTC) Received: (from sje@localhost) by lucas.cup.hp.com (8.11.1 (PHNE_35485)/8.11.1) id p0RNvPZ13996; Thu, 27 Jan 2011 15:57:25 -0800 (PST) Date: Thu, 27 Jan 2011 23:57:00 -0000 Message-Id: <201101272357.p0RNvPZ13996@lucas.cup.hp.com> From: Steve Ellcey To: binutils@sourceware.org, Ralf Wildenhues , "H.J. Lu" Subject: Re: PATCH: PR binutils/12283: bfd/doc doesn't support parallel build In-Reply-To: Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00366.txt.bz2 I tried this patch and I think it works. Before patching I got: mv: cannot move `chew.13844' to `chew': Text file busy make[3]: *** [chew] Error 1 make[2]: *** [bfdt.texi] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** Waiting for unfinished jobs.... make[1]: *** [info-recursive] Error 1 make: *** [all-bfd] Error 2 After applying the patch and doing some builds, I still got the mv error message about 'cannot move' but the make did not fail. Perhaps we should change move-if-needed to send the stderr of the mv -f to /dev/null like we do with cmpprog. Steve Ellcey sje@cup.hp.com