Skip to content

Commit

Permalink
tarball: use .NOTPARALLEL to allow 'make wipeclean all -j9' and 'make…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
redj committed May 20, 2020
1 parent d012f9d commit 87793d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 87793d0

Please sign in to comment.