From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31541 invoked by alias); 14 Nov 2007 12:33:48 -0000 Received: (qmail 31509 invoked by uid 9702); 14 Nov 2007 12:33:45 -0000 Date: Wed, 14 Nov 2007 12:33:00 -0000 Message-ID: <20071114123345.31508.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster gfs/Makefile gfs2/mount/Makefile Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00192.txt.bz2 CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-11-14 12:33:45 Modified files: gfs : Makefile gfs2/mount : Makefile Log message: Hard encode paths to (u)mount.gfs* given the very nature of mount(8) api to look only in /sbin for (u)mount helpers, we can hard encode the install paths for our tools into the Makefile systems. I have never seen anywhere a different behavior in any Linux distribution and it will make packagers life simpler. Thanks also to Marc - A. Dahlhaus for spotting the missing DESTDIR entries. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/Makefile.diff?cvsroot=cluster&r1=1.18&r2=1.19