Remove .NOTPARALLEL from packages/Makefile

partial cherry-pick from
  (cherry picked from commit 5882e2935c)
This commit is contained in:
Pierre Muller 2024-05-02 21:52:26 +00:00
parent 3326d095df
commit 4f3b6199df
2 changed files with 0 additions and 2 deletions

View File

@ -1724,7 +1724,6 @@ FPMAKE_OPT+=-bu
ifndef BUILDFULLNATIVE
FPMAKE_OPT+=-scp
endif
.NOTPARALLEL:
fpmkunit_clean_bootstrap:
$(MAKE) -C fpmkunit clean_bootstrap
fpmake$(SRCEXEEXT): fpmake.pp $(SUB_FPMAKE_SRCS) fpmake_add.inc fpmake_proc.inc

View File

@ -69,7 +69,6 @@ FPMAKE_OPT+=-bu
ifndef BUILDFULLNATIVE
FPMAKE_OPT+=-scp
endif
.NOTPARALLEL:
fpmkunit_clean_bootstrap:
$(MAKE) -C fpmkunit clean_bootstrap