Skip to content

Commit

Permalink
tarball: use .NOTPARALLEL to allow make wipeclean all -j9 to work pro…
Browse files Browse the repository at this point in the history
…perly instead of both targets interfering with eachother.
  • Loading branch information
redj committed Apr 25, 2020
1 parent aa2dbaa commit 2e15b7f
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

ROOT_ABSPATH := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
_CF_DIR = $(ROOT_ABSPATH)
Expand Down

0 comments on commit 2e15b7f

Please sign in to comment.