]> git.e2factory.org Git - e2factory.git/commit
Makefile: stop exporting so many environment variables
authorTobias Ulmer <tu@emlix.com>
Thu, 1 Oct 2015 12:34:48 +0000 (14:34 +0200)
committerTobias Ulmer <tu@emlix.com>
Thu, 8 Oct 2015 15:49:17 +0000 (17:49 +0200)
commitd823b248bf8c3d2da9ef27de1fbb4ca4f0ca895a
treea9b8509c832ca015f206d238c4dafca7c703e0f6
parent0b02287ba8a2075c9c00ef28da1646836065d327
Makefile: stop exporting so many environment variables

This export business is annoying while testing e2factory during
development . It's also difficult to reason about the origin of a
variable value, since they show up by including make.vars as well as
being inherited through the environment. The only obvious user has been
converted (GENSCRIPT)

Signed-off-by: Tobias Ulmer <tu@emlix.com>
make.vars