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

adjust configure ZUO=<command> support #816

Merged
merged 1 commit into from
Mar 17, 2024
Merged

adjust configure ZUO=<command> support #816

merged 1 commit into from
Mar 17, 2024

Commits on Mar 17, 2024

  1. adjust configure ZUO=<command> support

    Continuing from b8838c3, adjust the generated makefile so the
    supplied `<command>` is not a makefile dependency. That way, `ZUO=zuo`
    works if `zuo` is installed and the current build directory is not the
    source directory. (The `zuo` executable is a dependency in a real and
    relevant sense, but not in the sense of dependencies that we normally
    track in makefiles.)
    
    Also adapt the makefile for the case that `ZUO=...` is not supplied
    and the build directory is not the source directory, in which case
    `ZUO_LIB_PATH` needs to be relative to the source directory.
    
    Using `make ZUO=zuo` can also work, but in that case, `bin/zuo` is
    still built as a dependency. It's possible that some portable makefile
    magic could overcome that limitation, but it doesn't seem important.
    mflatt committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    cadc3ad View commit details
    Browse the repository at this point in the history