launch app-% target when APP

This commit is contained in:
2025-12-18 00:47:53 +01:00
parent 4cd1aae963
commit 9f80ab9220
11 changed files with 8 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
CONTEXT += APPS DOMAIN RELEASE
DIRS ?= $(CONFIG) $(MAKE_DIR) $(SHARED)
MAKECMDARGS += copy master-tag release release-check release-create release-finish subrepo-push subrepo-update
RELEASE_UPGRADE ?= $(filter v%, $(shell git tag -l 2>/dev/null |sort -V |awk '/$(RELEASE)/,0'))
RELEASE_VERSION ?= $(firstword $(subst -, ,$(VERSION)))
SUBREPOS ?= $(filter subrepo/%, $(shell git remote 2>/dev/null))