Re: Solaris-Make VS GNU-Make

2004-12-06 Thread Paul D. Smith
%% Shafique Nadimulla <[EMAIL PROTECTED]> writes: sn> So the following macro assignment: sn> $(debug_targets) := special_flags = -g Use: $(debug_targets) : special_flags = -g See the information on "target-specific variables" in the GNU make manual. --

Solaris-Make VS GNU-Make

2004-12-06 Thread Shafique Nadimulla
We have been using Solaris and are planning on migrating to Redhat. We are planning on migrating to following version of Gnu make: GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i386-redhat-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 I