X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=devtools%2Fcheck-includes.sh;h=ba9d00ba33f4ca98e069636c601a8d666c69d7db;hb=f4841a2606d5a24ddfef2c82ea311aa7cff6eb34;hp=9057633e73b2c9f186a8781c4394c07eb626cbc0;hpb=f83a3d3fa8b7a9a9861a32ae0d6fac4d864d772c;p=dpdk.git 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