From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17244 invoked by alias); 21 Oct 2010 00:14:33 -0000 Received: (qmail 17236 invoked by uid 22791); 21 Oct 2010 00:14: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 mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Oct 2010 00:14:28 +0000 Received: (qmail 16944 invoked from network); 21 Oct 2010 00:14:26 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 21 Oct 2010 00:14:26 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Fix Makefile.in in data-directory Date: Thu, 21 Oct 2010 00:14:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.33-29-realtime; KDE/4.4.2; x86_64; ; ) Cc: Jie Zhang , Doug Evans References: <4CBEDBF5.9060504@codesourcery.com> <4CBF84E6.6020100@codesourcery.com> In-Reply-To: <4CBF84E6.6020100@codesourcery.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010210114.24465.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00327.txt.bz2 On Thursday 21 October 2010 01:10:14, Jie Zhang wrote: > I don't think this is an issue. I think in the last more than 10 years, > no one did "make -j all install" since the same instance in > gdb/Makefile.in has been there since it was created. Actually if you do > that in current gdb, it will not install gdb at all. I usually issue > > make -j4 all > make install FWIW, I got surprised before learning that "make -j4 install" misbehaves like that. I'd rather have it fixed. It just sounds like a buglet people got used to dealing with. -- Pedro Alves