Disable parallel GNU make for now

Unfortunately due to the complex dependency issues between
Makefile, Makefile.ship and custom/Makefile, parallel GNU make
is NOT recommended.  Sorry (tm Canada) :)
This commit is contained in:
Landon Curt Noll
2021-09-07 16:35:45 -07:00
parent 7570010a04
commit 552252371f
6 changed files with 44 additions and 2 deletions

View File

@@ -35,6 +35,12 @@
# calculator by David I. Bell with help/mods from others
# Makefile by Landon Curt Noll
# Unfortunately due to the complex dependency issues between
# Makefile, Makefile.ship and custom/Makefile, parallel GNU make
# is NOT recommended. Sorry.
#
.NOTPARALLEL:
# Try uname -s if the target was not already set on the make command line
#
ifeq ($(target),)