Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-14 | Build: Sprinkle some portability, fix on OpenBSD | joshua stein | |
realpath(1) is specific to coreutils and its behavior can be had with readlink -f Create the Toolchain Build directory if it doesn't exist before calling readlink, since realpath(3) on at least OpenBSD will error on a non-existent path | |||
2020-08-04 | Meta: Provide a way to only update a file if the output changes | Ben Wiederhake | |
This is only useful for build commands that update their destination in all cases and thus sometimes confuse cmake into rebuilding everything needlessly. |