merge_config.sh: create temporary files in /tmp
authorHenrique Marks <henrique.marks@datacom.ind.br>
Mon, 7 Dec 2015 14:08:45 +0000 (12:08 -0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Jan 2016 08:09:52 +0000 (09:09 +0100)
commit0f56304521db42bd2c05867fd78a247104a4ad95
tree3e7ff77bd6381266ffab86d3a72fdb8187b67545
parent0be67b6f717414718e6931c970b5ab4d926f42e0
merge_config.sh: create temporary files in /tmp

Creating temporary files in /tmp (or the path pointed by $TMPDIR) allows the
buildroot top directory to be read-only and shareable between multible builds.
This follows what other scripts do, e.g. check-kernel-headers.sh.

Signed-off-by: Henrique Marks <henrique.marks@datacom.ind.br>
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/kconfig/merge_config.sh