Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/config/
Dmkinstalldirs8 dirmode=""
23 dirmode=$1
53 case $dirmode in
61 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
62 echo "mkdir -m $dirmode -p -- $*"
63 exec mkdir -m "$dirmode" -p -- "$@"
89 if test ! -z "$dirmode"; then
90 echo "chmod $dirmode $pathcomp"
92 chmod "$dirmode" "$pathcomp" || lasterr=$?