Skip to content

Conversation

@fingolfin
Copy link
Member

This moves most .PHONY statements in our Makefiles next to the target they are marking as phony. This then makes it easy to spot those targets which clearly should be marked as phony but aren't. Subsequently this is then resolved.

Also some .PHONY statements for targets that do not exist anymore are also removed.

@fingolfin fingolfin added the building Build system, or building Julia or its dependencies label Nov 7, 2025
test/Makefile Outdated
TEST_JULIA_OPTIONS := --check-bounds=yes --startup-file=no --depwarn=error
TEST_SCRIPT_OPTIONS := --buildroot=$(call cygpath_w,$(BUILDROOT))

default
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.PHONY?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, thanks, fixed. not sure what happened there.

@Keno Keno merged commit 6b0f7de into master Nov 9, 2025
5 of 7 checks passed
@Keno Keno deleted the mh/PHONY branch November 9, 2025 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

building Build system, or building Julia or its dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants