commit | 1ca7c7ff1ba0f5ad43b6cc5b767853fa3248859c | [log] [tgz] |
---|---|---|
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Thu Jan 14 23:05:55 2016 +0000 |
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Thu Jan 14 23:05:55 2016 +0000 |
tree | 1fad05560179578a2997fff4443bdacdf20e0bd6 | |
parent | 4c72315c10c0a760a6ed9181257aa7fe3ce9176d [diff] |
Set LC_ALL globally in Makefile This won't work for the majority of relevant commands because they use the $(shell) function and GNU make does not relay variables exported within the makefile to their evironment. Corresponding to flashrom svn r1914. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>