Skip to content

Commit

Permalink
Makefile: don't run in parallel mode for mkdir cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Sep 3, 2024
1 parent 2123386 commit 3ad8bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ vpath %.d $(foreach dir,$(alldir),$(objdir)$(dir)/ )
#

.PHONY: all init cleandep clean
.NOTPARALLEL: init

ifeq ($(MAKELEVEL),0)
ifdef DEPEND
Expand Down

0 comments on commit 3ad8bfe

Please sign in to comment.