]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix out-of-tree build failures
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 24 Jun 2019 16:32:47 +0000 (09:32 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2019 16:32:47 +0000 (09:32 -0700)
commit8f12a4f8d2846ca668f8ad90d9ea5c19c8c0b78f
tree9a200ae6e813a209cf67bd04eb563e9cfe52487e
parentcc9625c47c39ef9c558a51c6ae662d2342b70679
Fix out-of-tree build failures

Resolve the incorrect use of srcdir and builddir references for
various files in the build system.  These have crept in over time
and went unnoticed because when building in the top level directory
srcdir and builddir are identical.

With this change it's again possible to build in a subdirectory.

    $ mkdir obj
    $ cd obj
    $ ../configure
    $ make

Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Don Brady <don.brady@delphix.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #8921
Closes #8943
Makefile.am
cmd/zed/Makefile.am
cmd/zed/zed.d/Makefile.am [new file with mode: 0644]
configure.ac
contrib/initramfs/Makefile.am
contrib/pyzfs/Makefile.am
module/Makefile.in
scripts/Makefile.am
tests/runfiles/Makefile.am
tests/zfs-tests/tests/functional/checksum/Makefile.am
tests/zfs-tests/tests/functional/hkdf/Makefile.am