Re: FreeBSD/BSD: tools/configure.sh + make vs gmake

2021-10-22 Thread Tomasz CEDRO
On Fri, Oct 22, 2021 at 4:22 PM Gregory Nutt wrote: > Off Topic: Tomasz, did you notice this: > https://www.hackster.io/news/65f02-is-a-100-mhz-drop-in-replacement-for-vintage-8-bit-computers-ef667b0ebed3?mc_cid=371311109e&mc_eid=524337f8e9 > > That would beef up your Commodore C64! Whoah thanks

Re: FreeBSD/BSD: tools/configure.sh + make vs gmake

2021-10-22 Thread Gregory Nutt
Off Topic: Tomasz, did you notice this: https://www.hackster.io/news/65f02-is-a-100-mhz-drop-in-replacement-for-vintage-8-bit-computers-ef667b0ebed3?mc_cid=371311109e&mc_eid=524337f8e9 That would beef up your Commodore C64!

Re: FreeBSD/BSD: tools/configure.sh + make vs gmake

2021-10-16 Thread Tomasz CEDRO
On Sat, Oct 16, 2021 at 6:37 PM Tomasz CEDRO wrote: > > On Sat, Oct 16, 2021 at 6:23 PM Tomasz CEDRO wrote: > > > > I have managed to build and install Debian version of > > kconfig-frontends. Local testing for now. > > > > The problem I have encountered now is the `tools/configure.sh` uses > > `ma

Re: FreeBSD/BSD: tools/configure.sh + make vs gmake

2021-10-16 Thread Tomasz CEDRO
On Sat, Oct 16, 2021 at 6:23 PM Tomasz CEDRO wrote: > > I have managed to build and install Debian version of > kconfig-frontends. Local testing for now. > > The problem I have encountered now is the `tools/configure.sh` uses > `make` for builds. On BSD systems BSD version of `make` is used by > de

FreeBSD/BSD: tools/configure.sh + make vs gmake

2021-10-16 Thread Tomasz CEDRO
I have managed to build and install Debian version of kconfig-frontends. Local testing for now. The problem I have encountered now is the `tools/configure.sh` uses `make` for builds. On BSD systems BSD version of `make` is used by default. GNU make is named `gmake` here. Will try to patch that ou