1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-21 06:55:35 +00:00

Fix parallel execution of Makefiles

* lisp/Makefile (.NOTPARALLEL):
* mk/targets.mk (.NOTPARALLEL): Do not fiddle with explicit
.NOTPARALLEL.  Given that we provide correct dependencies, parallel
execution should work, and it does work.
This commit is contained in:
Ihor Radchenko 2024-06-20 18:11:45 +02:00
parent 77403e376a
commit 4c5132b9f1
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
.NOTPARALLEL: # always run this make serially
.SUFFIXES: # we don't need default suffix rules
ifeq ($(MAKELEVEL), 0)
$(error This make needs to be started as a sub-make from the toplevel directory.)

View File

@ -1,5 +1,4 @@
.EXPORT_ALL_VARIABLES:
.NOTPARALLEL: .PHONY
# Additional distribution files
DISTFILES_extra= Makefile etc