make will pass them automatically. Also they are not meant to be
consumed by make as they are stripped:
Thus, if you do ‘make -ks’ then MAKEFLAGS gets the value ‘ks’.
https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html
Gbp-Pq: Name 0009-Don-t-pass-MAKEFLAGS-to-MAKE.patch
tools/mkrpm $(WEB) $(VERSD) $(RELEASE)
gui: gpsbabel$(EXEEXT)
- cd gui ; $(QMAKE) app.pro && $(MAKE) $(MAKEFLAGS)
+ cd gui ; $(QMAKE) app.pro && $(MAKE)
linux-gui: gui
- cd gui; $(MAKE) $(MAKEFLAGS) package
+ cd gui; $(MAKE) package
# Build the Qt front end, place GPSBabel in the right place, deploy all
# the libs.
mac-gui: gui
rm -f gui/GPSBabelFE.dmg
- cd gui; $(MAKE) $(MAKEFLAGS) package
+ cd gui; $(MAKE) package
mv gui/GPSBabelFE.dmg gui/GPSBabel-$(VERSIOND).dmg
# release check using CVS tree