On Wed, Feb 25, 2009 at 10:07 PM, Achugatla, Vijay K. (LNG-CON)
<[email protected]> wrote:
> I am currently using nmake (nmake3.6) in Solaris to build the source. I have
> moved the source to Linux and need to build it using gmake (GNU Make 3.80)
>
> Please let know if there is any document with instructions or guidelines
> available for converting name Makefiles to GNU Makefiles

Hi, Vijay.  The make manual is available online here:

  http://www.gnu.org/software/make/manual/make.html#Top

This section, discussing GNU make's missing features may help in your
conversion:

  http://www.gnu.org/software/make/manual/make.html#Missing

I would start off by doing whatever adjustments are necessary from
your reading of the missing features section, and then try it and make
any corrections from there.

By the way, I recommend upgrading to the latest version: 3.81.

Good luck.

-Tom


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to