tidyp icon indicating copy to clipboard operation
tidyp copied to clipboard

BSD make support

Open kmx opened this issue 15 years ago • 2 comments

Hi Andy,

I am using the file build/gmake/Makefile in my Alien::Tidyp package.

As the makefile uses some specific GNU make features it as expected fails on system where no GNU make is available (I try to check it during Alien::Tidyp build pocess).

Failure examples:

  • Solaris: http://www.cpantesters.org/cpan/report/07170707-b19f-3f77-b713-d32bba55d77f
  • NetBSD: http://www.cpantesters.org/cpan/report/07167799-b19f-3f77-b713-d32bba55d77f

My question is whether it would be possible to create something like build/bsdmake/Makefile to have pregenerated makefile for system without GNU make.

kmx

kmx avatar May 10 '10 10:05 kmx

if you can make one, yes, please. I don't have either of those systems to test on. Same with Win32. Also, how will we handle ongoing makefile maint?

Isn't the ./configure supposed to handle all this?

petdance avatar May 10 '10 14:05 petdance

OK, I can switch from getting source codes from github (there is no configure) to using the official tarball. In that case I only need to include Win32 makefile into the release tarball (which is another issue I have open today).

kmx

kmx avatar May 10 '10 14:05 kmx