From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28523 invoked by alias); 6 Sep 2004 16:53:13 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 28502 invoked from network); 6 Sep 2004 16:53:12 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.10) by sourceware.org with SMTP; 6 Sep 2004 16:53:12 -0000 Received: (qmail 23977 invoked from network); 6 Sep 2004 16:53:12 -0000 Received: from taltos.codesourcery.com (zack@66.92.218.83) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 6 Sep 2004 16:53:12 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Mon, 6 Sep 2004 09:53:11 -0700 To: Steven Bosscher Cc: membar@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: Parallel make also broken now... References: <5769699.1094487502757.SLOX.WebMail.wwwrun@extimap.suse.de> From: Zack Weinberg Date: Mon, 06 Sep 2004 16:53:00 -0000 In-Reply-To: <5769699.1094487502757.SLOX.WebMail.wwwrun@extimap.suse.de> (Steven Bosscher's message of "Mon, 6 Sep 2004 18:18:22 +0200 (CEST)") Message-ID: <87k6v71gqw.fsf@codesourcery.com> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-09/txt/msg00247.txt.bz2 Steven Bosscher writes: > Who approved this patch: > > * Makefile.in (rtl.o): Remove -DGENERATOR_FILE. > (bitmap.o): Likewise. Me. > It breaks parallel make for me. Changes to commands can't break parallel make; the bug is elsewhere. Please say how it failed. zw