mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix 'make -jX clean release'
This commit is contained in:
parent
12115c28cd
commit
946c89b5f1
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -2747,3 +2747,8 @@ endif
|
||||||
release targets \
|
release targets \
|
||||||
toolsclean toolsclean2 toolsclean-debug toolsclean-release \
|
toolsclean toolsclean2 toolsclean-debug toolsclean-release \
|
||||||
$(OBJ_D_FILES) $(TOOLSOBJ_D_FILES)
|
$(OBJ_D_FILES) $(TOOLSOBJ_D_FILES)
|
||||||
|
|
||||||
|
# If the target name contains "clean", don't do a parallel build
|
||||||
|
ifneq ($(findstring clean, $(MAKECMDGOALS)),)
|
||||||
|
.NOTPARALLEL:
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue