mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
Merge branch 'parallel-tests'
* parallel-tests: Silence order-only configure test for AIX make.
This commit is contained in:
commit
f54621ca52
@ -1,3 +1,8 @@
|
||||
2010-08-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Silence order-only configure test for AIX make.
|
||||
* configure.ac: Also drop standard output, for AIX 5.1 make.
|
||||
|
||||
2010-08-28 Charles Wilson <libtool@cwilson.fastmail.fm>
|
||||
|
||||
Minor sysroot fixups.
|
||||
|
@ -225,7 +225,7 @@ a b c:
|
||||
touch $[]@
|
||||
END
|
||||
touch c
|
||||
if ${MAKE-make} -s -q -f confmk 2>/dev/null; then
|
||||
if ${MAKE-make} -s -q -f confmk >/dev/null 2>&1; then
|
||||
lt_cv_make_order_only=yes
|
||||
else
|
||||
lt_cv_make_order_only=no
|
||||
|
Loading…
Reference in New Issue
Block a user