Skip to content

Commit

Permalink
Fix 'make -jX clean release'
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Mar 26, 2013
1 parent 12115c2 commit 946c89b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -2747,3 +2747,8 @@ endif
release targets \
toolsclean toolsclean2 toolsclean-debug toolsclean-release \
$(OBJ_D_FILES) $(TOOLSOBJ_D_FILES)

# If the target name contains "clean", don't do a parallel build
ifneq ($(findstring clean, $(MAKECMDGOALS)),)
.NOTPARALLEL:
endif

0 comments on commit 946c89b

Please sign in to comment.