Andreas Jellinghaus <[EMAIL PROTECTED]> writes:

> i want to set the variable CPPFLAGS in my debian/rules, so all processes
> called by make will have an evironment variable CPPFLAGS with that
> content.

export CPPFLAGS = "whatever" 
will do what you want.  You should, of course, be calling submakes
with $(MAKE).


Guy


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to