From 24b1f52b91b7280f7e4bcc542bfb82684cd9238b Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Sat, 25 Apr 2020 02:37:33 -0400 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 78a0bcc538..a6d4b3d9c6 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ ifneq ($(V),1) endif .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 +.NOTPARALLEL: clean realclean wipeclean distclean install ROOT_ABSPATH := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) _CF_DIR = $(ROOT_ABSPATH)