Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 90849

Summary: sys-devel/make for non-gnu userlands
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: OtherAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: make-3.80-r2.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-29 05:58:11 UTC
Another patch for non-gnu userlands, this time for make.

The attached patch passes to configure a --program-prefix=g if the userland is not gnu, so that make -> gmake and the manpage follows.
It also creates the gmake -> make symlink only on gnu userland.

As currently make is stable, I think a revision bump can be useful.

Thanks in advance,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-29 05:58:30 UTC
Created attachment 57573 [details, diff]
make-3.80-r2.patch
Comment 2 SpanKY gentoo-dev 2005-05-02 20:36:07 UTC
ive added 3.80-r2 but added a different way of handling it :P

it's KEYWORDS=-*, so please give it a try in GNU and non-GNU systems

if you're happy, just move it to ~arch and close the bug
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-03 03:26:34 UTC
Ok surely that a more sane way to handle make/gmake :)
I've tried on g/fbsd and g/linux amd64 and is fine, i'm waiting to see g/osx also if make there is already gnu's.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-03 04:36:23 UTC
Thanks :)