Re: [PATCH] Teach Makefile to respect external variables: CFLAGS and others.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Tuesday, June 12, 2007 - 11:12 pm

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Teach Makefile to respect external variables: CFLA ..., Eygene Ryabinkin, (Tue Jun 12, 10:42 pm)
Re: [PATCH] Teach Makefile to respect external variables: ..., Sam Ravnborg, (Tue Jun 12, 11:12 pm)
Re: [PATCH] Teach Makefile to respect external variables: ..., Eygene Ryabinkin, (Wed Jun 13, 12:15 am)
Re: [PATCH] Teach Makefile to respect external variables: ..., Matthias Lederhofer, (Wed Jun 13, 12:42 am)
Re: [PATCH] Teach Makefile to respect external variables: ..., Eygene Ryabinkin, (Wed Jun 13, 12:53 am)