Skip to content

Commit 2e15b7f

Browse files
committed
tarball: use .NOTPARALLEL to allow make wipeclean all -j9 to work properly instead of both targets interfering with eachother.
1 parent aa2dbaa commit 2e15b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ifneq ($(V),1)
33
endif
44

55
.PHONY: all clean realclean wipeclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make libec2 bgen ide documentor eda prepcodeguard codeguard fixprecompile cleantarget pots installer regenbootstrap updatebootstrap update_ecere update_libec update_ecp update_ecc update_ecs ecereaudio
6+
.NOTPARALLEL: clean realclean wipeclean distclean
67

78
ROOT_ABSPATH := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
89
_CF_DIR = $(ROOT_ABSPATH)

0 commit comments

Comments
 (0)