Skip to content

Overuse of phony targets in makefile #156

@valpackett

Description

@valpackett

Hi, I'm working on packaging this in FreeBSD Ports. Ports has separate build stages, so I need to make finish and install separately. But because most targets are .PHONY, making install starts a rebuild from scratch! I have replaced install: finish with install: as a workaround, but it would be nicer if the makefile used Make dependency tracking to avoid rebuilds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions