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(tests): tests/Makefile unnecessarily regenerates #653

Closed
wants to merge 1 commit into from

Commits on May 13, 2024

  1. fix(tests): tests/Makefile unnecessarily regenerates

    tests/ruleset.am should not depend on the modification dates of the
    *.rules files in the directory. 'bmake' (NetBSD make; also available in
    some Linux distros) can occasionally treat 'ruleset.am' as outdated and
    unnecessarily regenerates it, causing a chain of regeneration of
    Makefiles or even dependency tracking error.
    
    (This might look like a bug in bmake's side, but we should remove false
    dependencies in makefiles anyway. 'ruleset.am' only depends on the names
    and existences of the *.rules files, not their contents or modification
    dates.)
    Explorer09 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b0d8bab View commit details
    Browse the repository at this point in the history