Home
last modified time | relevance | path

Searched refs:TMPDIR (Results 1 – 4 of 4) sorted by relevance

/buildroot/package/netsniff-ng/
A D0001-Detect-libpcap-dependencies-using-pkg-config.patch30 - $CC -o $TMPDIR/pcaptest $TMPDIR/pcaptest.c -lpcap >> config.log 2>&1
31 + $CC -o $TMPDIR/pcaptest $TMPDIR/pcaptest.c \
34 if [ ! -x $TMPDIR/pcaptest ] ; then
/buildroot/package/skeleton-init-systemd/
A Dfakeroot_tmpfiles.sh56 TMPDIR= TEMP= TMP= ${HOST_SYSTEMD_TMPFILES} --create --boot --root="$1" \
/buildroot/support/kconfig/patches/
A D18-merge-config.sh-create-temporary-files-in-tmp.patch7 Creating temporary files in /tmp (or the path pointed by $TMPDIR) allows the
/buildroot/support/gnuconfig/
A Dconfig.guess106 …{ tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp…
107 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
108 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…
109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }

Completed in 11 milliseconds