X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Wed, 19 Aug 2009 14:06:37 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: PATCH: Cygwin 1.7 build system,  reason: not all Makefiles  honor installation into DESTDIR
Message-ID: <20090819180637.GC10894@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <4A8C3BFE.1030905@sipxx.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4A8C3BFE.1030905@sipxx.com>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Wed, Aug 19, 2009 at 01:53:02PM -0400, cygwin at sipxx.com wrote:
>When building the cygwin1.dll and associated pieces, it is desirable to 
>use the proper runtime --prefix parameters to 'configure'. After 
>building the tree, one might want to install it into a different base 
>directory than 'prefix' using, e.g., 'make install 
>DESTDIR=/my/own/dest', rather than installing into the running system. 
>Unfortunately as it stands, the build system will install only a portion 
>of the code into 'DESTDIR/prefix', and another portion simply into 'prefix'.
>
>The attached patch corrects the relevant Makefiles to honor the DESTDIR 
>variable.
>
>diff -ru orig/winsup/mingw/Makefile.in src/winsup/mingw/Makefile.in
>--- orig/winsup/mingw/Makefile.in	2009-07-27 16:27:09.000000000 -0400
>+++ src/winsup/mingw/Makefile.in	2009-08-18 21:56:33.968750000 -0400

Thanks for the patch but these are all mingw-related and are under the
control of the MinGW team.  Please see:

http://mingw.org/wiki/SubmitPatches

for how to send patches there.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

