bug-bison
[Top][All Lists]
Advanced

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

Re: bison-2.4.2 broken on FreeBSD


From: Joel E. Denny
Subject: Re: bison-2.4.2 broken on FreeBSD
Date: Tue, 23 Mar 2010 21:12:06 -0400 (EDT)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

On Tue, 23 Mar 2010, Johan van Selst wrote:

> I could put up a copy, but it seems you already figured out the issue.

Yep.

> Yes, this patch fixed it. A full 'make check' now works for me with
> BSD make as well.

Thanks for confirming.

Again, this patch doesn't seem necessary for the 2.4.3 release, but it's 
so trivial, we might as well handle it now.  I pushed it to branch-2.4.3, 
branch-2.5, and master.

>From cf80e9c3868b4a6a9caf53c3b281ee089deffc86 Mon Sep 17 00:00:00 2001
From: Joel E. Denny <address@hidden>
Date: Tue, 23 Mar 2010 20:21:59 -0400
Subject: [PATCH] portability: fix for BSD make.

Reported by Johan van Selst at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00016.html>.
* tests/Makefile.am ($(TESTSUITE)): Qualify package.m4 in
this dependency list as in package.m4's target rule.
---
 ChangeLog         |    8 ++++++++
 tests/Makefile.am |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6476786..f312421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-03-23  Joel E. Denny  <address@hidden>
 
+       portability: fix for BSD make.
+       Reported by Johan van Selst at
+       <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00016.html>.
+       * tests/Makefile.am ($(TESTSUITE)): Qualify package.m4 in
+       this dependency list as in package.m4's target rule.
+
+2010-03-23  Joel E. Denny  <address@hidden>
+
        portability: fix spawning on at least FreeBSD 8 and FreeBSD 9.
        Reported by Johan van Selst at
        <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00014.html>.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 13516af..6c921f2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,7 +56,7 @@ TESTSUITE_AT = \
 TESTSUITE = $(srcdir)/testsuite
 
 AUTOTEST = $(AUTOM4TE) --language=autotest
-$(TESTSUITE): package.m4 $(TESTSUITE_AT)
+$(TESTSUITE): $(srcdir)/package.m4 $(TESTSUITE_AT)
        $(AUTOTEST) -I $(srcdir) testsuite.at -o address@hidden
        mv address@hidden $@
 
-- 
1.5.4.3





reply via email to

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