summaryrefslogtreecommitdiff
path: root/DEVELOPERS
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-11-03 02:55:17 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-03 21:48:47 +0100
commit2048e22fa1fe2d5ff654e0fb6a17042254efc2a3 (patch)
treee4fbe2ac5d1eac994687d208a00ca5a3ef3d26fa /DEVELOPERS
parent5e3f89666bbe0bf493ade79ffa4ad3c863bf71b4 (diff)
core: remove redundant "override O := $(O)"
The top-level Makefile contains an "override O := $(O)" statement that is purportedly required to make sure the O flag doesn't leak into the environment of sub-makes. However, since commit 173135d, there is already an "override O := ..." a few lines down. Therefore, the first override is redundant. Signed-off-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>
Diffstat (limited to 'DEVELOPERS')
0 files changed, 0 insertions, 0 deletions