From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 709 invoked by alias); 19 Nov 2010 23:34:30 -0000 Received: (qmail 641 invoked by uid 22791); 19 Nov 2010 23:34:29 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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; Fri, 19 Nov 2010 23:34:25 +0000 Received: (qmail 8354 invoked from network); 19 Nov 2010 23:34:23 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Nov 2010 23:34:23 -0000 Date: Fri, 19 Nov 2010 23:34:00 -0000 From: Daniel Jacobowitz To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Re: [RFA] DESTDIR & "//" Message-ID: <20101119233414.GA18543@caradoc.them.org> Mail-Followup-To: Keith Seitz , gdb-patches@sourceware.org References: <4CE705B7.6010604@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CE705B7.6010604@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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-11/txt/msg00278.txt.bz2 On Fri, Nov 19, 2010 at 03:18:15PM -0800, Keith Seitz wrote: > Hi, > > I believe the install targets in data-directory/Makefile.in are > misusing the DESTDIR option. They currently do > "$(DESTDIR)/$(FOO_DIR)". I believe this should simply be > "$(DESTDIR)$(FOO_DIR)". > > While trying to install into "//foo" isn't a big deal on *nix, it is > quite a different story on MinGW, which attempts to look for a server > named foo. > > Ok? OK. -- Daniel Jacobowitz CodeSourcery