Discussion:
passing ${build.cmd} to a makefile
Mark Brethen
2018-11-17 15:53:59 UTC
Permalink
Should a makefile that itself has other ‘make' commands be patched using ${build.cmd}. If so, how is it implemented? Same as patching ${prefix}?


Mark Brethen
***@gmail.com
Joshua Root
2018-11-17 16:05:23 UTC
Permalink
Post by Mark Brethen
Should a makefile that itself has other ‘make' commands be patched using ${build.cmd}. If so, how is it implemented? Same as patching ${prefix}?
Normally it should use the variable $(MAKE).

- Josh

Loading...