Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix out-of-tree build failures #8943

Merged
merged 1 commit into from Jun 24, 2019
Merged

Commits on Jun 22, 2019

  1. 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
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    Issue openzfs#8921
    behlendorf committed Jun 22, 2019
    Copy the full SHA
    641af45 View commit details
    Browse the repository at this point in the history