From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4806 invoked by alias); 10 Feb 2015 08:31:09 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 4796 invoked by uid 89); 10 Feb 2015 08:31:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM autolearn=no version=3.3.2 X-HELO: calimero.vinschen.de Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Feb 2015 08:31:06 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 324088E0C0D; Tue, 10 Feb 2015 09:31:04 +0100 (CET) Date: Tue, 10 Feb 2015 08:31:00 -0000 From: Corinna Vinschen To: cygwin-apps@cygwin.com Subject: Re: [HEADSUP] Moving setup sources to git Message-ID: <20150210083104.GD2878@calimero.vinschen.de> Reply-To: cygwin-apps@cygwin.com Mail-Followup-To: cygwin-apps@cygwin.com References: <20150209162434.GD5633@calimero.vinschen.de> <87386evpen.fsf@Rainer.invalid> <54D91FA4.8060302@dronecode.org.uk> <87y4o6u578.fsf@Rainer.invalid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="veXX9dWIonWZEC6h" Content-Disposition: inline In-Reply-To: <87y4o6u578.fsf@Rainer.invalid> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-02/txt/msg00123.txt.bz2 --veXX9dWIonWZEC6h Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1249 On Feb 9 22:48, Achim Gratz wrote: > At the time of writing an in-tree build configuration did not work for > me, although that later turned out to be an unrelated problem IIRC. At > the moment I actually build in-tree since you can't configure both > architectures in an out-of-tree build anyway. This. I don't understand. Here's what I do: $ mkdir -p ~/src/setup $ cd !$ $ cvs -d :ext:corinna@sourceware.org:/cvs/cygwin-apps ^C $ git clone cygwin.com:/git/cygwin-setup.git setup [...bla...] $ cd setup $ bash -c "NOCONFIGURE=3D1 ./bootstrap.sh" $ cd .. $ mkdir i686 x86_64 $ cat > conf.sh <