dev86
dev86 copied to clipboard
build: Always use $(MAKE) to spawn sub-make
Always use $(MAKE) instead of literal 'make' to spawn the correct make variant. Otherwise, e.g. when using 'gmake' on FreeBSD the Makefiles spawn BSD make and things fail because of incompatible MAKEFLAGS set by GNU make.
Original bug report: https://bugs.gentoo.org/649940
As you may notice, this mainstream has been inactive for a while... a PR on the currently maintained fork would have more chance to be worked : https://github.com/jbruchon/dev86.
Merged in https://github.com/jbruchon/dev86/pull/12.