From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20704 invoked by alias); 4 May 2014 16:41:23 -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 20686 invoked by uid 89); 4 May 2014 16:41:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-in-08.arcor-online.net Received: from mail-in-08.arcor-online.net (HELO mail-in-08.arcor-online.net) (151.189.21.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Sun, 04 May 2014 16:41:20 +0000 Received: from mail-in-11-z2.arcor-online.net (mail-in-11-z2.arcor-online.net [151.189.8.28]) by mx.arcor.de (Postfix) with ESMTP id 751133AFC11 for ; Sun, 4 May 2014 18:41:17 +0200 (CEST) Received: from mail-in-17.arcor-online.net (mail-in-17.arcor-online.net [151.189.21.57]) by mail-in-11-z2.arcor-online.net (Postfix) with ESMTP id 7037B7FE6D6 for ; Sun, 4 May 2014 18:41:17 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-17.arcor-online.net 58EBACBC5F Received: from Rainer.invalid (pD9EB0A8A.dip0.t-ipconnect.de [217.235.10.138]) (Authenticated sender: stromeko@arcor.de) by mail-in-17.arcor-online.net (Postfix) with ESMTPSA id 58EBACBC5F for ; Sun, 4 May 2014 18:41:17 +0200 (CEST) From: Achim Gratz To: cygwin-apps@cygwin.com Subject: Re: [RFC] cygport: arch-specific workdir References: <5329C6AE.7080803@cornell.edu> <5329DC45.7070806@users.sourceforge.net> <533472F3.6000504@users.sourceforge.net> <535D66EF.7080402@users.sourceforge.net> Date: Sun, 04 May 2014 16:41:00 -0000 In-Reply-To: <535D66EF.7080402@users.sourceforge.net> (Yaakov's message of "Sun, 27 Apr 2014 15:22:07 -0500") Message-ID: <871tw91opk.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-05/txt/msg00012.txt.bz2 Yaakov (Cygwin/X) writes: > This is now in git master. How about this change? I'm usually having $arch set in my shell to divert the build results to the proper release directories, and having yet another naming convention doesn't really help with that. bin/cygport.in: follow Cygwin convention for directory naming (x86 instead of i686) diff --git a/bin/cygport.in b/bin/cygport.in index 943d391..2ecfc25 100755 --- a/bin/cygport.in +++ b/bin/cygport.in @@ -672,7 +672,7 @@ unset restrict # ################################################################################ -declare -r workdir="${top}/${$PF}.${ARCH}"; +declare -r workdir="${top}/${$PF}.${ARCH/i686/x86}"; declare -r srcdir="${workdir}/src"; declare -r origsrcdir="${workdir}/origsrc"; declare -r configdir="${workdir}/config"; Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada