Skip to content

Allow extending SOURCES_TARGETS in include.mk #72

Description

@mauritsvanrees

See discussion here.

In the Plone core development buildout I would like to be able to say in include.mk:

SOURCES_TARGETS+=mxcheckouts.ini mxsources.ini mxtests.ini

But SOURCES_TARGETS is already used in Makefile before include.mk is included, so that seems too late.

Instead, adding this line in include.mk seems to work:

$(SOURCES_TARGET): mxcheckouts.ini mxsources.ini mxtests.ini

But this is less clear, at least to me.

So I wonder if it makes sense to reshuffle something in the Makefile created by mxmake.

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