Skip to content

Makefile optimizations #373

@raboof

Description

@raboof

Our makefiles contain ... = $(shell ...) and ... ?= $(shell ...) in several places, which are 'lazy', meaning the shell command is executed each time the variable is used.

We should consider replacing the lazy sets with immediate sets (:=), and for the 'lazy set if absent' cases consider whether it's worth adding additional logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions