]> git.proxmox.com Git - mirror_zfs.git/commit
Ask libtool to stop hiding some errors
authorRich Ercolani <214141+rincebrain@users.noreply.github.com>
Thu, 31 Mar 2022 17:09:18 +0000 (13:09 -0400)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 17:09:18 +0000 (10:09 -0700)
commit6a2dda8f05d9fb3c5b7d81c8c6762cd43be07dd7
tree94af751d13e4e5a88320df41a0a77347443dbfe4
parent4d04e41e4def222e454d05d77c3a93057c58f471
Ask libtool to stop hiding some errors

For #13083, curiously, it did not print the actual error, just
that the compile failed with "Error 1".

In theory, this flag should cause it to report errors twice sometimes.
In practice, I'm pretty okay with reporting some twice if it avoids
reporting some never.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Damian Szuberski <szuberskidamian@gmail.com>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #13086
15 files changed:
lib/libavl/Makefile.am
lib/libefi/Makefile.am
lib/libicp/Makefile.am
lib/libnvpair/Makefile.am
lib/libshare/Makefile.am
lib/libspl/Makefile.am
lib/libtpool/Makefile.am
lib/libunicode/Makefile.am
lib/libuutil/Makefile.am
lib/libzfs/Makefile.am
lib/libzfs_core/Makefile.am
lib/libzfsbootenv/Makefile.am
lib/libzpool/Makefile.am
lib/libzstd/Makefile.am
lib/libzutil/Makefile.am