roland 240593

Next bs 140693 Prev: bs 190593 Up: Usenet

Return-Path: <[email protected]>
Date: Mon, 24 May 93 16:19:29 -0400
From: [email protected] (Roland McGrath)
To: [email protected]
Subject: Re: bug in gnu make?
In-Reply-To: Marc Girod's message of  Mon, 24 May 93 11:49:27 EED
X-Zippy-Says: Yow!  I want my nose in lights!

There are two new directives
`export' and `unexport'. All variables are no longer automatically put into the environments of the commands that Make runs. Instead, only variables specified on the command line or in the environment are exported by default. To export others, use: export VARIABLE or you can define variables with: export VARIABLE = VALUE or: export VARIABLE := VALUE You can use just: export or: .EXPORT_ALL_VARIABLES: to get the old behavior. See the node `Variables/Recursion' in the manual for a full description.

automatically generated by info2www version 1.2.2.8