From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18897 invoked by alias); 25 Oct 2013 03:59:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 18883 invoked by uid 89); 25 Oct 2013 03:59:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f45.google.com Received: from mail-pb0-f45.google.com (HELO mail-pb0-f45.google.com) (209.85.160.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 25 Oct 2013 03:59:36 +0000 Received: by mail-pb0-f45.google.com with SMTP id mc17so3650773pbc.32 for ; Thu, 24 Oct 2013 20:59:34 -0700 (PDT) X-Received: by 10.66.221.8 with SMTP id qa8mr158985pac.188.1382673574634; Thu, 24 Oct 2013 20:59:34 -0700 (PDT) Received: from [192.168.1.100] ([115.199.134.184]) by mx.google.com with ESMTPSA id c1sm6109890pbl.44.2013.10.24.20.59.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Oct 2013 20:59:33 -0700 (PDT) Message-ID: <5269EE6B.10200@gmail.com> Date: Fri, 25 Oct 2013 03:59:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: How to exclude some subfolders when building gdb References: <5269E05A.80500@gmail.com> In-Reply-To: <5269E05A.80500@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00140.txt.bz2 On 2013-10-25 11:07, asmwarrior wrote: > I found that a lot of new exe files were generated in the build folder, e.g. > binutils > gas > gprof > ld > If I remember correctly, I don't have those folders when using the old gdb.git mirror from the CVS. I just checked the old CVS build toplevel Makefile which contains such script: SUBDIRS = intl libiberty opcodes bfd readline libdecnumber sim gdb etc Now, the new Git build toplevel Makefile has more sub dirs: SUBDIRS = intl libiberty opcodes bfd readline libdecnumber binutils gas ld sim gdb gprof etc