Skip to content

Make: Changing tracked variables as environment variables does not trigger re-build #1150

@hanno-becker

Description

@hanno-becker

The Makefile tries to cache previously used variables and automatically clean+rebuild upon changes. However, this only works when the variables are passed as Makefile variables rather than environment variables.

make # AUTO=1 by default
AUTO=0 make # No change
make AUTO=1 # Rebuild

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingbuild

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions