From 0e4ab928de0b2c9dd2332f2b6a9b9c4b9c77ff7c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 17 Feb 2026 16:57:51 +0100 Subject: [PATCH] projects-dir-minimal.mk: Add target init Add an init target. Use it if you want to tell the Makefile: _Just_ initalize the build machinery and nothing else, don't pull and build everything else you can. Not strictly necessary, most of the time pulling everything is what's wanted, and that does the init anyway. Signed-off-by: Jan Lindemann --- make/projects-dir-minimal.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/projects-dir-minimal.mk b/make/projects-dir-minimal.mk index 63cacf2f..146456ba 100644 --- a/make/projects-dir-minimal.mk +++ b/make/projects-dir-minimal.mk @@ -80,6 +80,7 @@ link-makefile.done: | $(JWBDIR) $(PROJECTS_MAKEFILE_NAME) ;\ fi touch $@ +init: link-makefile.done clean: clean.link-makefile clean.link-makefile: rm -f link-makefile.done