quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [patch 4/8]


From: gary
Subject: [Quilt-dev] [patch 4/8]
Date: Tue, 13 Sep 2005 22:25:50 +0100

Some find utilities (Mac OS X 10.4.2's for instance) choke if no search
start directory is given before the first argument.

This patch adds `.' in the gap to fix the problem.

 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Index: quilt-HEAD/Makefile.in
===================================================================
--- quilt-HEAD.orig/Makefile.in
+++ quilt-HEAD/Makefile.in
@@ -47,8 +47,8 @@ EXEEXT :=     @EXEEXT@
 ISODATE :=     $(shell date +%Y-%m-%d)
 
 #-----------------------------------------------------------------------
-DIRT +=                $(shell find -name '*~')
-DIRT +=                $(shell find -name '.\#*')
+DIRT +=                $(shell find . -name '*~')
+DIRT +=                $(shell find . -name '.\#*')
 
 SRC +=         COPYING AUTHORS TODO Makefile.in \
                configure.ac config/install-sh \

--
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook




reply via email to

[Prev in Thread] Current Thread [Next in Thread]