Skip to content

Conversation

@HoloRin
Copy link
Collaborator

@HoloRin HoloRin commented May 2, 2023

The original intention was to match the erlang.mk behavior, which is as follows

PROJECT_MOD ?= $(PROJECT)_app

if src/PROJECT_MOD.erl exists, then it assumes $(PROJECT)_sup exists and adds it to registered, as well as
$(PROJECT_REGISTERED)
otherwise registered is empty

The original intention was to match the erlang.mk behavior, which is
as follows

`PROJECT_MOD ?= $(PROJECT)_app`

if `src/PROJECT_MOD.erl` exists, then it assumes `$(PROJECT)_sup`
exists and adds it to `registered`, as well as
`$(PROJECT_REGISTERED)`
otherwise `registered` is empty
@HoloRin HoloRin marked this pull request as ready for review May 2, 2023 16:17
@HoloRin HoloRin merged commit cebdcb9 into main May 2, 2023
@HoloRin HoloRin deleted the refine-dot-app-logic branch May 2, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants