mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
build: fix paths.
When using $(top_builddir) inconsistently, Make (including GNU Make) is sometimes confused. As a result it may want to build lib/libbison.la and $(top_builddir)/lib/libbison.la (the same file, different names) concurrently, which, amusingly enough, might end with: ranlib lib/libbison.a ranlib lib/libbison.a make[2]: *** [lib/libbison.a] Segmentation fault on OS X. * doc/local.mk, src/local.mk: Do not use $(top_builddir) when not needed.
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
||||
2009-08-12 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
build: fix paths.
|
||||
When using $(top_builddir) inconsistently, Make (including GNU
|
||||
Make) is sometimes confused. As a result it may want to build
|
||||
lib/libbison.la and $(top_builddir)/lib/libbison.la (the same
|
||||
file, different names) concurrently, which, amusingly enough,
|
||||
might end with:
|
||||
|
||||
ranlib lib/libbison.a
|
||||
ranlib lib/libbison.a
|
||||
make[2]: *** [lib/libbison.a] Segmentation fault
|
||||
|
||||
on OS X.
|
||||
|
||||
* doc/local.mk, src/local.mk: Do not use $(top_builddir) when not
|
||||
needed.
|
||||
|
||||
2009-08-12 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
distcheck: fix.
|
||||
|
||||
Reference in New Issue
Block a user