From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: [PATCH] Move all dashed form git commands to libexecdir Date: Thu, 29 Nov 2007 21:27:19 -0500 (EST) Message-ID: References: <20071127160423.GA22807@laptop> <20071128000731.GD9174@efreet.light.src> <7v8x4jb295.fsf@gitster.siamese.dyndns.org> <7vfxyq2c9b.fsf@gitster.siamese.dyndns.org> <20071129150849.GA32296@coredump.intra.peff.net> <20071129211409.GA16625@sigill.intra.peff.net> <20071129231444.GA9616@coredump.intra.peff.net> <7veje8twt2.fsf@gitster.siamese.dyndns.org> <474F5E90.9040505@gmail.com> <474F72B7.9000305@gmail.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: Junio C Hamano , Linus Torvalds , Jeff King , Johannes Schindelin , Nguyen Thai Ngoc Duy , Jan Hudec , git@vger.kernel.org To: A Large Angry SCM X-From: git-owner@vger.kernel.org Fri Nov 30 03:27:52 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IxvbR-0004pq-Ck for gcvg-git-2@gmane.org; Fri, 30 Nov 2007 03:27:41 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761197AbXK3C1W (ORCPT ); Thu, 29 Nov 2007 21:27:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758144AbXK3C1W (ORCPT ); Thu, 29 Nov 2007 21:27:22 -0500 Received: from relais.videotron.ca ([24.201.245.36]:56975 "EHLO relais.videotron.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753853AbXK3C1V (ORCPT ); Thu, 29 Nov 2007 21:27:21 -0500 Received: from xanadu.home ([74.56.106.175]) by VL-MH-MR001.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0JSA00CB5S5JNVU0@VL-MH-MR001.ip.videotron.ca> for git@vger.kernel.org; Thu, 29 Nov 2007 21:27:20 -0500 (EST) X-X-Sender: nico@xanadu.home In-reply-to: <474F72B7.9000305@gmail.com> User-Agent: Alpine 0.99999 (LFD 814 2007-11-14) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, 29 Nov 2007, A Large Angry SCM wrote: > Nicolas Pitre wrote: > > On Thu, 29 Nov 2007, A Large Angry SCM wrote: > > > > > Again, there needs to remain support in the Makefile to install the > > > "dashed" > > > versions of the commands for those that want it; and be able to set > > > gitexecdir=$(binder) without editing the Makefile. > > > > Well, if you want a "non standard" installation, maybe you just can edit a > > line or two in the Makefile? > > Why do you object to a "install-dashed" Makefile target? As long as it is not the default I don't object. Nicolas