Makefile: rename USER_HOOKS_EXTRA_ENV to EXTRA_ENV
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 10 Mar 2014 20:51:33 +0000 (21:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 21:07:58 +0000 (23:07 +0200)
commit9806bf5a9a2705a17b574ac4d376fba9a148b8bb
tree331d17f106bd9c323a919bc726614aea46b8d8b4
parente49a0c656a1a27b80bca730f40101f6ff37d42af
Makefile: rename USER_HOOKS_EXTRA_ENV to EXTRA_ENV

This variable contains extra environment variables that we can not export
since they are clashing with some build systems (eg. BUILD_DIR with
u-boot).

So, we may need these variables for uses other than the user's hooks
for instrumentation. For example, we'll use them later on to export
BUILD_DIR to the download helper scripts.

Fix comment, too.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile
package/Makefile.in
package/pkg-generic.mk