X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=devtools%2Fcheck-includes.sh;h=ba9d00ba33f4ca98e069636c601a8d666c69d7db;hp=9057633e73b2c9f186a8781c4394c07eb626cbc0;hb=ff37ca5d3773b7c82ad9b3d7e212e8ae7d39fc1a;hpb=8f3ea0a03dce3d42f83915201395605d4b63d347 diff --git a/devtools/check-includes.sh b/devtools/check-includes.sh index 9057633e73..ba9d00ba33 100755 --- a/devtools/check-includes.sh +++ b/devtools/check-includes.sh @@ -90,11 +90,11 @@ include_dir=${1:-build/include} 'rte_eth_vhost.h' \ } -temp_cc=/tmp/${0##*/}.$$.c +temp_cc=$(mktemp -t dpdk.${0##*/}.XXX.c) pass_cc= failures_cc=0 -temp_cxx=/tmp/${0##*/}.$$.cc +temp_cxx=$(mktemp -t dpdk.${0##*/}.XXX.cc) pass_cxx= failures_cxx=0