From 3ad8bfe100e5078f109d37a8ff6da1fd42e22633 Mon Sep 17 00:00:00 2001 From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:38:41 +0200 Subject: [PATCH] Makefile: don't run in parallel mode for mkdir cmd --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4666e2c..4331990 100644 --- a/Makefile +++ b/Makefile @@ -337,6 +337,7 @@ vpath %.d $(foreach dir,$(alldir),$(objdir)$(dir)/ ) # .PHONY: all init cleandep clean +.NOTPARALLEL: init ifeq ($(MAKELEVEL),0) ifdef DEPEND