bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Solaris-Make VS GNU-Make


From: Shafique Nadimulla
Subject: Solaris-Make VS GNU-Make
Date: Mon, 6 Dec 2004 10:04:21 -0800 (PST)

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

In Solaris unix Makefile I have the conditional macro
assignment :=, What would be the equivalent single
line command to achieve the same under the Red hat
Linux?

So the following macro assignment: 

$(debug_targets) := special_flags = -g

has the effect that, when any target in
$(debug_targets) is processed, set $(special_flags)
equal to -g. 

  Your help is greatly appreciated.

Thanks in advance,

Shafique Nadimulla

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]