On Wed, Jun 13, 2007 at 09:42:30AM +0400, Eygene Ryabinkin wrote:
make distingush between environment variables and make variables.
So for make there is a big difference between:
export FOO=foobar
make
and
make FOO=foobar
The latter will work as expected without your changes.
And the good part about this is that some random environment variables
does not influence the build.
Sam
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html