devtools: use a common prefix for temporary files
authorThomas Monjalon <thomas@monjalon.net>
Wed, 19 Sep 2018 17:16:29 +0000 (19:16 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 1 Oct 2018 21:51:45 +0000 (23:51 +0200)
commitff37ca5d3773b7c82ad9b3d7e212e8ae7d39fc1a
treee3a659fd8b9d67699e685f8ad65237687daff1cd
parent8f3ea0a03dce3d42f83915201395605d4b63d347
devtools: use a common prefix for temporary files

Some temporary files were generated in /tmp, others in the current
directory, and none was "dpdk prefixed".

All these files have a common path prefix now: $TMPDIR/dpdk.
TMPDIR is /tmp by default.

Note: the previous use of mktemp, with a template but without -t,
was generating a file in the current directory.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
buildtools/auto-config-h.sh
devtools/check-includes.sh
devtools/check-symbol-change.sh
devtools/checkpatches.sh
devtools/cocci.sh