GNU bug report logs - #18057
[PATCH] Find tail.c in srcdir, not builddir

Previous Next

Package: coreutils;

Reported by: Andreas Schwab <schwab <at> linux-m68k.org>

Date: Sat, 19 Jul 2014 15:28:01 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#18057: closed ([PATCH] Find tail.c in srcdir, not builddir)
Date: Fri, 01 Aug 2014 19:53:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Aug 2014 12:52:03 -0700
with message-id <53DBEFE3.9010303 <at> cs.ucla.edu>
and subject line Re: bug#18057: [PATCH] Find tail.c in srcdir, not builddir
has caused the debbugs.gnu.org bug report #18057,
regarding [PATCH] Find tail.c in srcdir, not builddir
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
18057: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18057
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Schwab <schwab <at> linux-m68k.org>
To: bug-coreutils <at> gnu.org
Subject: [PATCH] Find tail.c in srcdir, not builddir
Date: Sat, 19 Jul 2014 17:26:46 +0200
diff --git a/tests/tail-2/inotify-race.sh b/tests/tail-2/inotify-race.sh
index c25f354..7140871 100755
--- a/tests/tail-2/inotify-race.sh
+++ b/tests/tail-2/inotify-race.sh
@@ -37,7 +37,7 @@ case $(cat gdb.out) in
     *) skip_ "can't run gdb";;
 esac
 
-break_src="$abs_top_builddir/src/tail.c"
+break_src="$abs_top_srcdir/src/tail.c"
 break_line=$(grep -n ^tail_forever_inotify "$break_src") || framework_failure_
 break_line=$(echo "$break_line" | cut -d: -f1) || framework_failure_
 
-- 
2.0.2


-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


[Message part 3 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Andreas Schwab <schwab <at> linux-m68k.org>, 18057-done <at> debbugs.gnu.org
Subject: Re: bug#18057: [PATCH] Find tail.c in srcdir, not builddir
Date: Fri, 01 Aug 2014 12:52:03 -0700
Andreas Schwab wrote:
> -break_src="$abs_top_builddir/src/tail.c"
> +break_src="$abs_top_srcdir/src/tail.c"

Thanks; I installed that.


This bug report was last modified 10 years and 301 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.