Skip to content
Snippets Groups Projects
Commit 85c4ebbf authored by Fons Rademakers's avatar Fons Rademakers
Browse files

use condition statement to use only .NOTPARALLEL when target map is specified.

git-svn-id: http://root.cern.ch/svn/root/trunk@9104 27541ba8-7e3a-0410-8455-c3a389f83636
parent bcb94806
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,9 @@ endif ...@@ -336,7 +336,9 @@ endif
$(patsubst %,clean-%,$(MODULES)) \ $(patsubst %,clean-%,$(MODULES)) \
$(patsubst %,distclean-%,$(MODULES)) $(patsubst %,distclean-%,$(MODULES))
.NOTPARALLEL: map Makefile ifneq ($(findstring map, $(MAKECMDGOALS)),)
.NOTPARALLEL:
endif
all: rootexecs all: rootexecs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment