mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
Fix configure-iface.at for 'make -j'.
* tests/configure-iface.at (convenience libltdl): Ignore warning from parallel make. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
7a0ab75b49
commit
bda06a53b0
@ -1,3 +1,8 @@
|
||||
2008-08-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/configure-iface.at (convenience libltdl): Ignore warning
|
||||
from parallel make.
|
||||
|
||||
2008-08-07 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf]
|
||||
|
||||
@ -298,7 +298,7 @@ print-ltdl:
|
||||
]])
|
||||
|
||||
LT_AT_BOOTSTRAP([--ltdl], [-I libltdl/m4], [ignore], [ignore], [], [], [ignore])
|
||||
AT_CHECK([$MAKE print-ltdl], [], [stdout])
|
||||
AT_CHECK([$MAKE print-ltdl], [], [stdout], [ignore])
|
||||
AT_CHECK([grep libltdl/libltdlc.la stdout], [], [ignore])
|
||||
|
||||
AT_CLEANUP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user