Skip to content

Commit 31d378e

Browse files
committed
tarball: use .NOTPARALLEL to allow 'make wipeclean all -j9' and 'make wipeclean all install -j9' to work properly instead of targets (especially wipeclean and all) interfering with eachother. note: use of .NOTPARALLEL should be expanded to other tarball makefiles and makefile generation.
1 parent aa2dbaa commit 31d378e

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 install
67

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

0 commit comments

Comments
 (0)