Searched refs:dsttmp (Results 26 - 50 of 51) sorted by relevance

123

/netbsd-6-1-5-RELEASE/gnu/dist/bc/
H A Dinstall-sh114 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
116 # if $src (and thus $dsttmp) contains '*'.
211 dsttmp=$dstdir/#inst.$$#
215 $doit $instcmd $src $dsttmp &&
217 trap "rm -f ${dsttmp}" 0 &&
223 # errors from the above "$doit $instcmd $src $dsttmp" command.
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
227 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
228 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Dinstall-sh127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
224 dsttmp=$dstdir/#inst.$$#
228 $doit $instcmd $src $dsttmp &&
230 trap "rm -f ${dsttmp}" 0 &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else :;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else :;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else :;fi &&
241 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/support/
H A Dinstall.sh123 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
125 # if $src (and thus $dsttmp) contains '*'.
220 dsttmp=$dstdir/#inst.$$#
224 $doit $instcmd $src $dsttmp &&
226 trap "rm -f ${dsttmp}" 0 &&
232 # errors from the above "$doit $instcmd $src $dsttmp" command.
234 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
235 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
236 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
237 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dinstall-sh185 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
187 # if $src (and thus $dsttmp) contains '*'.
260 dsttmp=$dstdir/_inst.$$_
264 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
279 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Dinstall-sh127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
224 dsttmp=$dstdir/#inst.$$#
228 $doit $instcmd $src $dsttmp &&
230 trap "rm -f ${dsttmp}" 0 &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else :;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else :;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else :;fi &&
241 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dinstall-sh183 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
185 # if $src (and thus $dsttmp) contains '*'.
262 dsttmp=$dstdir/_inst.$$_
266 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
270 $doit $instcmd "$src" "$dsttmp" &&
276 # errors from the above "$doit $instcmd $src $dsttmp" command.
278 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
279 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
280 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
281 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dinstall-sh145 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
147 # if $src (and thus $dsttmp) contains '*'.
242 dsttmp=$dstdir/#inst.$$#
247 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
263 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/
H A Dinstall-sh145 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
147 # if $src (and thus $dsttmp) contains '*'.
242 dsttmp=$dstdir/#inst.$$#
247 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
263 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/utils/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/buildaux/
H A Dinstall-sh151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
153 # if $src (and thus $dsttmp) contains '*'.
243 dsttmp=$dstdir/#inst.$$#
262 $doit $doinst $srcarg "$dsttmp" &&
264 trap "rm -f ${dsttmp}" 0 &&
270 # errors from the above "$doit $instcmd $src $dsttmp" command.
272 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
273 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
274 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
275 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/
H A Dinstall-sh151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
153 # if $src (and thus $dsttmp) contains '*'.
243 dsttmp=$dstdir/#inst.$$#
262 $doit $doinst $srcarg "$dsttmp" &&
264 trap "rm -f ${dsttmp}" 0 &&
270 # errors from the above "$doit $instcmd $src $dsttmp" command.
272 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
273 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
274 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
275 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/admin/
H A Dinstall-sh151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
153 # if $src (and thus $dsttmp) contains '*'.
243 dsttmp=$dstdir/#inst.$$#
262 $doit $doinst $srcarg "$dsttmp" &&
264 trap "rm -f ${dsttmp}" 0 &&
270 # errors from the above "$doit $instcmd $src $dsttmp" command.
272 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
273 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
274 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
275 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/
H A Dinstall-sh151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
153 # if $src (and thus $dsttmp) contains '*'.
243 dsttmp=$dstdir/#inst.$$#
262 $doit $doinst $srcarg "$dsttmp" &&
264 trap "rm -f ${dsttmp}" 0 &&
270 # errors from the above "$doit $instcmd $src $dsttmp" command.
272 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
273 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
274 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
275 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/buildaux/
H A Dinstall-sh151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
153 # if $src (and thus $dsttmp) contains '*'.
243 dsttmp=$dstdir/#inst.$$#
262 $doit $doinst $srcarg "$dsttmp" &&
264 trap "rm -f ${dsttmp}" 0 &&
270 # errors from the above "$doit $instcmd $src $dsttmp" command.
272 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
273 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
274 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
275 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/build-aux/
H A Dinstall-sh151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
153 # if $src (and thus $dsttmp) contains '*'.
243 dsttmp=$dstdir/#inst.$$#
262 $doit $doinst $srcarg "$dsttmp" &&
264 trap "rm -f ${dsttmp}" 0 &&
270 # errors from the above "$doit $instcmd $src $dsttmp" command.
272 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
273 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
274 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
275 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/dist/
H A Dinstall-sh237 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
239 # if $src (and thus $dsttmp) contains '*'.
447 dsttmp=$dstdir/_inst.$$_
451 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
454 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
464 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
465 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/autoconf/
H A Dinstall-sh237 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
239 # if $src (and thus $dsttmp) contains '*'.
447 dsttmp=$dstdir/_inst.$$_
451 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
454 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
464 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
465 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]

Completed in 244 milliseconds

123