defaultenv: simplify env dependencies
Finding out whether to rebuild the environment is a difficult task
since we have to track all files in a directory. Instead of trying
this, just rebuild the environment during every build and only if
it differs to the last one overwrite the target. This way make
only sees a change when the environment is changed.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 72230ba commit 658af1caf30d8bf88508a03dad2c411fb039b661
@Sascha Hauer Sascha Hauer authored on 17 Feb 2014
Showing 2 changed files
View
common/Makefile
View
scripts/genenv