On Fri, Feb 27, 2009 at 12:06:57AM -0600, Mike Watters wrote:
> usually implies you are using Sun's make and not gmake.
> I cheat and have an alias
> alias make='/opt/csw/bin/gmake' in my .bash_profile

dangerous, in that it or may not work.

Often, it is moreo direct and effective to set an environment variable,
MAKE=gmake

stagepkg respects it, for one thing.
you can call it with

MAKE=gmake stagepkg

for example. 


_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to